Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-06-19 14:19:29 +0000
committerPaul Webster2014-06-19 21:03:47 +0000
commit4a81559142f10d2f16ab941c52be7c550b9c1b12 (patch)
tree0acf5a724a23fa92683acb929e1ae2b6613658d7 /pom.xml
parent91c06946c1f39b2b17fa93d531c64920499d5c9b (diff)
downloadeclipse.platform.swt-4a81559142f10d2f16ab941c52be7c550b9c1b12.tar.gz
eclipse.platform.swt-4a81559142f10d2f16ab941c52be7c550b9c1b12.tar.xz
eclipse.platform.swt-4a81559142f10d2f16ab941c52be7c550b9c1b12.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
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 9ce94b2bdc..0387ebe48e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>eclipse.platform.swt</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top