Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-07-23 12:09:52 +0000
committerIgor Fedorenko2014-07-23 12:09:52 +0000
commit04dade2a891c158558ea8aebe36e5c8ba2dbe111 (patch)
treef74a71fe295f080f020d54f8396f7dac385ca267
parent7e198c6ae5cffbd6fc45e0cb3b54492123d7e2e4 (diff)
downloadm2e-core-04dade2a891c158558ea8aebe36e5c8ba2dbe111.tar.gz
m2e-core-04dade2a891c158558ea8aebe36e5c8ba2dbe111.tar.xz
m2e-core-04dade2a891c158558ea8aebe36e5c8ba2dbe111.zip
tycho 0.21
Change-Id: I1e0166beb20f2e6a97d51e509804a9f28a6ee0e2 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 9748c101..e94a17bc 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.20.0</tycho.version>
+ <tycho.version>0.21.0</tycho.version>
<tycho-extras-version>${tycho.version}</tycho-extras-version>
</properties>
diff --git a/pom.xml b/pom.xml
index 152edafc..3c3267bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>0.20.0</tycho-version>
+ <tycho-version>0.21.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->

Back to the top