Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-20 19:25:09 +0000
committerThomas Watson2013-06-24 21:07:19 +0000
commitb492ede68e6b06f3457ccc440da6a82a4d5af246 (patch)
tree61188f64ec50e6454ba86a7f92cfecd799895f74 /pom.xml
parent1779af8260291e6fa02064da89840f9b37e9eb3e (diff)
downloadrt.equinox.framework-b492ede68e6b06f3457ccc440da6a82a4d5af246.tar.gz
rt.equinox.framework-b492ede68e6b06f3457ccc440da6a82a4d5af246.tar.xz
rt.equinox.framework-b492ede68e6b06f3457ccc440da6a82a4d5af246.zip
Bug 411169 - 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 194a478d0..99647eb72 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.equinox.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top