Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2013-06-26 19:36:24 +0000
committerIan Bull2013-06-26 19:36:24 +0000
commit370347c6e8151af475c2c8eb230dab9dc1bd6e86 (patch)
treea61ef5a67ebb016f07ccc84bdc886e5246752a5f /pom.xml
parent37cb8b13e35a867470659f6cf97245a5961ed022 (diff)
downloadrt.equinox.p2-370347c6e8151af475c2c8eb230dab9dc1bd6e86.tar.gz
rt.equinox.p2-370347c6e8151af475c2c8eb230dab9dc1bd6e86.tar.xz
rt.equinox.p2-370347c6e8151af475c2c8eb230dab9dc1bd6e86.zip
Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)
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 ba3f6d7d2..929d1bbfe 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>org.eclipse.platform</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

Back to the top