Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2015-07-03 07:37:52 +0000
committerSzymon Ptaszkiewicz2015-07-03 07:37:52 +0000
commitae779a412b09b6b81ca6b0e5f92bd6c33f576fc9 (patch)
tree5fe48f933ca95cd9712db164e083d4723209fa26 /pom.xml
parent6a8504da66e8d41683dcb54207b9af9a4d73afe7 (diff)
downloadeclipse.platform.team-ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9.tar.gz
eclipse.platform.team-ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9.tar.xz
eclipse.platform.team-ae779a412b09b6b81ca6b0e5f92bd6c33f576fc9.zip
Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-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 eec199b9f..20c679a3d 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.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top