Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-09-06 14:25:46 +0000
committerSravan Kumar Lakkimsetti2019-09-09 07:02:34 +0000
commit58ef26a77cf3d58ef5256c5c9163fff3a44f15fd (patch)
treedf79522afc0311005f067f4ab2817f116053b118 /pom.xml
parentf7cb740c999c7309f4d533d40652426a2860fae3 (diff)
downloadrt.equinox.framework-58ef26a77cf3d58ef5256c5c9163fff3a44f15fd.tar.gz
rt.equinox.framework-58ef26a77cf3d58ef5256c5c9163fff3a44f15fd.tar.xz
rt.equinox.framework-58ef26a77cf3d58ef5256c5c9163fff3a44f15fd.zip
Bug 550767 - POM and product version change for 4.14 release
Change-Id: Ib082892d8e91f0b1403522ff2b96f0fd1be688e2 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 07ef2d2c9..dd11305dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.13.0-SNAPSHOT</version>
+ <version>4.14.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>4.13.0-SNAPSHOT</version>
+ <version>4.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top