Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-08-08 18:59:02 +0000
committerPaul Webster2014-08-08 18:59:02 +0000
commit162613231ab7b13e838f09c5eedb6801c2079b81 (patch)
tree7ec7be4d1778a43fbcc38690b8c4da0617b278ba
parent7687582f856778ef845f67f39742ad1d75e4af21 (diff)
downloadorg.eclipse.e4.releng-162613231ab7b13e838f09c5eedb6801c2079b81.tar.gz
org.eclipse.e4.releng-162613231ab7b13e838f09c5eedb6801c2079b81.tar.xz
org.eclipse.e4.releng-162613231ab7b13e838f09c5eedb6801c2079b81.zip
Bug 441443 - [releng] Update parent poms to 0.17.0-SNAPSHOT
Update the pom to 0.17 and point to Mars.
-rw-r--r--cbi/eclipse-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cbi/eclipse-parent/pom.xml b/cbi/eclipse-parent/pom.xml
index 96633ac..7520c0b 100644
--- a/cbi/eclipse-parent/pom.xml
+++ b/cbi/eclipse-parent/pom.xml
@@ -15,12 +15,12 @@
<groupId>org.eclipse.e4.releng</groupId>
<artifactId>eclipse-parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <tycho.version>0.19.0</tycho.version>
- <tycho-extras.version>0.19.0</tycho-extras.version>
+ <tycho.version>0.21.0</tycho.version>
+ <tycho-extras.version>0.21.0</tycho-extras.version>
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/</orbit-repo.url>
<jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.14.v20131031/</jetty-repo.url>
@@ -30,7 +30,7 @@
<egit-repo.url>http://download.eclipse.org/egit/updates</egit-repo.url>
<swtbot-repo.url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</swtbot-repo.url>
- <eclipse-updates-repo.url>http://download.eclipse.org/eclipse/updates/4.4-I-builds</eclipse-updates-repo.url>
+ <eclipse-updates-repo.url>http://download.eclipse.org/eclipse/updates/4.5-I-builds</eclipse-updates-repo.url>
<luna-repo.url>http://download.eclipse.org/releases/luna</luna-repo.url>
<tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
<cbi-repo.url>https://repo.eclipse.org/content/groups/cbi/</cbi-repo.url>

Back to the top