Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-08 09:19:23 +0000
committerNiraj Modi2019-03-08 09:19:23 +0000
commitbc736090182406494a7c1bc2014214f3b990ed58 (patch)
tree8b9fefbb5865f0a0061ec950250dce9063a9dd82 /pom.xml
parentd6fffc142e0a1828c66a7346b268d1796b61f68d (diff)
downloadeclipse.platform.team-bc736090182406494a7c1bc2014214f3b990ed58.tar.gz
eclipse.platform.team-bc736090182406494a7c1bc2014214f3b990ed58.tar.xz
eclipse.platform.team-bc736090182406494a7c1bc2014214f3b990ed58.zip
Bug 545094 - POM and product version change for 4.12 releaseI20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740
Change-Id: I9a392831e7cae962a1b075c73b27dc53740cbfb4 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 be1fc62f9..297756619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,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>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top