Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-01-17 21:41:26 +0000
committerIgor Fedorenko2014-01-17 21:41:31 +0000
commit96c6b7c1ec42e234958ee3b97fdaaaee2a9f551b (patch)
treee7ea5d9decbb6868a0aa49f7f8d3d1d90b530f4b /m2e-maven-runtime
parent87410534289c72924beb7449ad9b1dec0154fbe9 (diff)
downloadm2e-core-96c6b7c1ec42e234958ee3b97fdaaaee2a9f551b.tar.gz
m2e-core-96c6b7c1ec42e234958ee3b97fdaaaee2a9f551b.tar.xz
m2e-core-96c6b7c1ec42e234958ee3b97fdaaaee2a9f551b.zip
tycho 0.19.0
Change-Id: I29d975a899997a745b8491cc521f90ec76ee8146 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/m2e-maven-runtime/pom.xml b/m2e-maven-runtime/pom.xml
index 8df3154b..5617cea3 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.18.1</tycho.version>
+ <tycho.version>0.19.0</tycho.version>
<tycho-extras-version>${tycho.version}</tycho-extras-version>
</properties>

Back to the top