Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-12-06 13:38:46 +0000
committerNiraj Modi2019-12-06 13:38:46 +0000
commitb8df0add74d99b0039574ee5639afd8efec17051 (patch)
tree228fb14951b2fa856204b8d9d2281ec404b67840 /pom.xml
parentfd706efcc9fa6e638aa3f72c3ffad83165114edf (diff)
downloadrt.equinox.framework-b8df0add74d99b0039574ee5639afd8efec17051.tar.gz
rt.equinox.framework-b8df0add74d99b0039574ee5639afd8efec17051.tar.xz
rt.equinox.framework-b8df0add74d99b0039574ee5639afd8efec17051.zip
Change-Id: I6cd44e3c17769bb2644d5da9d7e95ada0904b979 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 dd11305dd..8970a6f63 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.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top