Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-19 18:16:44 +0000
committerGerrit Code Review @ Eclipse.org2013-06-26 16:18:40 +0000
commit0bde93181378cc4a8f0fd38811403dfdc54e02db (patch)
treeca4aba9ca46b9ab352e21d435247a485a1b7e7df /pom.xml
parent22d7d48cecd5e4b2cd6dbc5755afccbb48bd05ee (diff)
downloadeclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.tar.gz
eclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.tar.xz
eclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.zip
Bug 411158 - Update parent POMs for Luna
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 8637ed3da..d19256648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top