Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-07-02 12:50:27 +0000
committerThomas Watson2015-07-02 18:26:49 +0000
commitfadccc5c64fa9b9989c11725cdaa0c2740abbd0b (patch)
tree1dfee5e3fe2974020a4b5707daff2b69fb303473 /pom.xml
parentfee9ad615f5fd03d9edee9d01ea29eff9d43a5d2 (diff)
downloadrt.equinox.bundles-fadccc5c64fa9b9989c11725cdaa0c2740abbd0b.tar.gz
rt.equinox.bundles-fadccc5c64fa9b9989c11725cdaa0c2740abbd0b.tar.xz
rt.equinox.bundles-fadccc5c64fa9b9989c11725cdaa0c2740abbd0b.zip
Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds
- 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 05ecd6b3b..74d2568d8 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.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top