Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-06-28 13:43:10 +0000
committerMarkus Keller2016-06-28 13:50:40 +0000
commit08cffd40517907c26a2997032fa0d45064bae574 (patch)
treee0cc7f09bf54fd8be69ff72d4ccfbd71ced755a4 /pom.xml
parent171068a26d7a979c58987e661e95a759548e1bfc (diff)
downloadeclipse.platform.team-08cffd40517907c26a2997032fa0d45064bae574.tar.gz
eclipse.platform.team-08cffd40517907c26a2997032fa0d45064bae574.tar.xz
eclipse.platform.team-08cffd40517907c26a2997032fa0d45064bae574.zip
Bug 496465: Prep for 4.7 (Oxygen) builds
Change-Id: I7cd89b3bdeecc68b56f30d572fcfd84c2f8d6f02 Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
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 d91ecbbb7..93b4bde5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top