Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-07-02 12:40:41 +0000
committerThomas Watson2015-07-02 12:40:41 +0000
commit3f9256b110eaf8f7b66ce2f6ef64c337ae298f0e (patch)
tree9dcd65b55251d71727b544ea1a6a8716b626e07e /pom.xml
parentc84586a4482e882a911e4470837846de6860e258 (diff)
downloadrt.equinox.framework-3f9256b110eaf8f7b66ce2f6ef64c337ae298f0e.tar.gz
rt.equinox.framework-3f9256b110eaf8f7b66ce2f6ef64c337ae298f0e.tar.xz
rt.equinox.framework-3f9256b110eaf8f7b66ce2f6ef64c337ae298f0e.zip
Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800
- update parent poms for 4.6
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 889f630db..a9b0f7586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top