Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2015-06-07 19:29:09 +0000
committerIgor Fedorenko2015-06-07 19:29:09 +0000
commit084191d1a911635e1925daf20e574eb2f0481ca5 (patch)
treece5410abc0e5f32df64b666e6b1f9e8b0ce1cab1 /pom.xml
parent7cb38b73b48fd7921a1a3e9e6bd20bedd2f00b21 (diff)
downloadm2e-core-084191d1a911635e1925daf20e574eb2f0481ca5.tar.gz
m2e-core-084191d1a911635e1925daf20e574eb2f0481ca5.tar.xz
m2e-core-084191d1a911635e1925daf20e574eb2f0481ca5.zip
tycho 0.23.0, build against mars dependencies
Change-Id: Ic6aa89ee63d9e88d19a8916f9559beca2056f266 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 305e24a9..aabacaab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,11 +36,11 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>0.22.0</tycho-version>
+ <tycho-version>0.23.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
- <eclipse.stream>luna</eclipse.stream>
+ <eclipse.stream>mars</eclipse.stream>
<eclipse-repo.url>http://download.eclipse.org/releases/${eclipse.stream}</eclipse-repo.url>
</properties>

Back to the top