Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-03-25 11:55:26 +0000
committerIgor Fedorenko2014-03-25 12:20:13 +0000
commitf2f4c1ed4d9469101a122e32fa8e51fab8c0fb63 (patch)
tree03070b0c11738377571be8e72f0e9df102677156
parentaef217f56dc03f0610c24fd6ff00bfc4eaa76bfa (diff)
downloadm2e-core-f2f4c1ed4d9469101a122e32fa8e51fab8c0fb63.tar.gz
m2e-core-f2f4c1ed4d9469101a122e32fa8e51fab8c0fb63.tar.xz
m2e-core-f2f4c1ed4d9469101a122e32fa8e51fab8c0fb63.zip
tycho 0.20
Change-Id: I1e9e3f807a35ea1f8addbaa1d858ea2d2acfa39c Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--m2e-maven-runtime/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/m2e-maven-runtime/pom.xml b/m2e-maven-runtime/pom.xml
index 5617cea3..ce5b501a 100644
--- a/m2e-maven-runtime/pom.xml
+++ b/m2e-maven-runtime/pom.xml
@@ -34,7 +34,7 @@
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<osgi-version-qualifier>${maven.build.timestamp}</osgi-version-qualifier>
<maven-bundle-plugin.version>2.4.0</maven-bundle-plugin.version>
- <tycho.version>0.19.0</tycho.version>
+ <tycho.version>0.20.0</tycho.version>
<tycho-extras-version>${tycho.version}</tycho-extras-version>
</properties>
diff --git a/pom.xml b/pom.xml
index 1612cb93..00210ade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>0.19.0</tycho-version>
+ <tycho-version>0.20.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->

Back to the top