Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 066d87b51..282017ab4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,11 @@
<name>Eclipse Communication Framework</name>
<url>https://www.eclipse.org/ecf/</url>
+ <prerequisites>
+ <maven>3.1.1</maven>
+ </prerequisites>
+
+
<licenses>
<license>
<name>Eclipse Public License v1.0</name>
@@ -40,7 +45,7 @@
</issueManagement>
<properties>
- <tycho-version>0.25.0</tycho-version>
+ <tycho-version>0.26.0</tycho-version>
<cbi-version>1.1.3</cbi-version>
<target-platform>neon</target-platform>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Back to the top