Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2015-11-10 20:40:18 +0000
committerFred Bricon2015-11-10 20:40:18 +0000
commit342e4e3c4c0f3af946c67701d87e5dee5dc142a1 (patch)
treede43b748f9f67c98a16035737aa26b1adde5d551
parentd088222cd7d4c5c2fe5aa4386b605714374759f7 (diff)
downloadm2e-core-342e4e3c4c0f3af946c67701d87e5dee5dc142a1.tar.gz
m2e-core-342e4e3c4c0f3af946c67701d87e5dee5dc142a1.tar.xz
m2e-core-342e4e3c4c0f3af946c67701d87e5dee5dc142a1.zip
Bump tycho version to 0.24.0
Change-Id: I4642fd551df203b3e5b7da207a0ac9519d2dfd30 Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index aabacaab..2862e6fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>0.23.0</tycho-version>
+ <tycho-version>0.24.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
@@ -45,8 +45,8 @@
</properties>
<organization>
- <name>Sonatype, Inc.</name>
- <url>http://www.sonatype.com</url>
+ <name>Eclipse Foundation</name>
+ <url>http://eclipse.org/m2e</url>
</organization>
<licenses>

Back to the top