Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-08 09:24:27 +0000
committerNiraj Modi2019-03-08 09:24:27 +0000
commit8ae22210753a23bf98e191971b949e9a49c71ee4 (patch)
tree8619ef0cbf7d2a2fac3de3341cdfde399e030074 /pom.xml
parent18265b87041099023cffa5d352d82a65a496fc97 (diff)
downloadrt.equinox.p2-8ae22210753a23bf98e191971b949e9a49c71ee4.tar.gz
rt.equinox.p2-8ae22210753a23bf98e191971b949e9a49c71ee4.tar.xz
rt.equinox.p2-8ae22210753a23bf98e191971b949e9a49c71ee4.zip
Bug 545094 - POM and product version change for 4.12 release
Change-Id: Ied84dbd6cc7e2c1b72bd072e8286604586c28e72 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 8fdabd2ab..43c6177b0 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>org.eclipse.equinox.p2</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top