Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-08 09:21:44 +0000
committerNiraj Modi2019-03-08 09:21:44 +0000
commitc853cdc3615d895365018f566c1b213dace743dd (patch)
tree6df3eff08f91ad723c779bd8cdbb0ba9f1788ee4 /pom.xml
parent61f329470119bb7a3878caff9e0eb7cef8f7f92d (diff)
downloadeclipse.platform.ui.tools-c853cdc3615d895365018f566c1b213dace743dd.tar.gz
eclipse.platform.ui.tools-c853cdc3615d895365018f566c1b213dace743dd.tar.xz
eclipse.platform.ui.tools-c853cdc3615d895365018f566c1b213dace743dd.zip
Bug 545094 - POM and product version change for 4.12 release
Change-Id: I813942a139fe3433d4b31e7a1a281d02e872d7fa Signed-off-by: Niraj Modi <niraj.modi@in.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 cbfd3d6a..3ee7354d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,13 +16,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse.platform.ui.tools</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top