Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-06-26 16:19:31 +0000
committerSilenio Quarti2013-06-26 16:20:38 +0000
commit7ab77d9bb2cec6c9491528139a7a9ace69b4b3d6 (patch)
tree1e285578325abf91e533bfa412982b0a8f787d29 /pom.xml
parentc382785b38604b18661801d181233e121d03ddd4 (diff)
downloadeclipse.platform.swt-7ab77d9bb2cec6c9491528139a7a9ace69b4b3d6.tar.gz
eclipse.platform.swt-7ab77d9bb2cec6c9491528139a7a9ace69b4b3d6.tar.xz
eclipse.platform.swt-7ab77d9bb2cec6c9491528139a7a9ace69b4b3d6.zip
Bug 411167 - 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 081e61c31b..8d2925e058 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.swt</groupId>
<artifactId>eclipse.platform.swt</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top