Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-12-06 13:38:15 +0000
committerNiraj Modi2019-12-06 13:38:15 +0000
commit0e67dc2e9bf7885bf6ea1f6923b903f1f7d7d67d (patch)
tree9facdfb3be956cfa5a52ad8c31614f4ecae159ec /pom.xml
parent507914fda80bc8e56dfc9f6d641e335c7b03fb91 (diff)
downloadrt.equinox.p2-0e67dc2e9bf7885bf6ea1f6923b903f1f7d7d67d.tar.gz
rt.equinox.p2-0e67dc2e9bf7885bf6ea1f6923b903f1f7d7d67d.tar.xz
rt.equinox.p2-0e67dc2e9bf7885bf6ea1f6923b903f1f7d7d67d.zip
Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191209-1110
Change-Id: If2dbc6ab9c165c2fa39a0f6d5bbb600b444ec67a 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 5660cacb4..7b48f9cd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top