Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-04-05 13:10:02 +0000
committerFred Bricon2013-04-05 13:10:02 +0000
commit15d8af596ac2c6b2cc6c25e183ae33b91af07aeb (patch)
tree1b28e36bfe309daf212e22ae9a90a9cefdc180c6 /pom.xml
parent5be4ad63b3188cb46186391d0737e61375fcf918 (diff)
downloadm2e-core-15d8af596ac2c6b2cc6c25e183ae33b91af07aeb.tar.gz
m2e-core-15d8af596ac2c6b2cc6c25e183ae33b91af07aeb.tar.xz
m2e-core-15d8af596ac2c6b2cc6c25e183ae33b91af07aeb.zip
Use tycho 0.17.0 and build w/ kepler
Signed-off-by: Fred Bricon <fbricon@gmail.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 f1d68efd..7f71d46a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,11 +36,11 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>0.16.0</tycho-version>
+ <tycho-version>0.17.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
- <eclipse-repo.url>http://download.eclipse.org/releases/juno</eclipse-repo.url>
+ <eclipse-repo.url>http://download.eclipse.org/releases/kepler</eclipse-repo.url>
</properties>
<organization>

Back to the top