Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.mvn/extensions.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 5125b7265..aa1268d82 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<extensions>
- <extension>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pomless</artifactId>
- <version>2.6.0</version>
- </extension>
+ <extension>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-build</artifactId>
+ <version>2.7.0</version>
+ </extension>
</extensions> \ No newline at end of file

Back to the top