Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-07-02 19:30:51 +0000
committerMarkus Keller2015-07-02 19:30:51 +0000
commitfaadf75c0874bcb32dbf1784370eae151e5603ed (patch)
treeed4b68102f52be764deef24b3f8004f647aa660a /pom.xml
parent387831443806cd4ba8579eda090dbba05026d3df (diff)
downloadeclipse.platform.debug-faadf75c0874bcb32dbf1784370eae151e5603ed.tar.gz
eclipse.platform.debug-faadf75c0874bcb32dbf1784370eae151e5603ed.tar.xz
eclipse.platform.debug-faadf75c0874bcb32dbf1784370eae151e5603ed.zip
Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update parent poms for 4.6I20150707-0800
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 9a48520e8..cd55610b7 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>eclipse.platform.debug</groupId>
<artifactId>eclipse.platform.debug</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top