Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-20 19:28:19 +0000
committerThomas Watson2013-06-20 19:33:08 +0000
commit713b33d340d7851ec5e44be739bafb1f7be2e03f (patch)
tree78a3a3c91f0e682a7aabb95bd013af7a0c14864e /pom.xml
parent8310e46e292e6b1e11e6476fe7638f6ede09809a (diff)
downloadrt.equinox.bundles-713b33d340d7851ec5e44be739bafb1f7be2e03f.tar.gz
rt.equinox.bundles-713b33d340d7851ec5e44be739bafb1f7be2e03f.tar.xz
rt.equinox.bundles-713b33d340d7851ec5e44be739bafb1f7be2e03f.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 e4f076a0e..73dc0465a 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.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top