Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-09-06 14:10:05 +0000
committerNiraj Modi2019-09-06 14:10:05 +0000
commit701f0756aea9d83c9dca6fa6aaaf340e096ef4c9 (patch)
treebadc29ce6e4957efa4282de4c47c1eccef06a320 /pom.xml
parentb84b4ceb1ec4d8c15002a30bfa648896f58d7e4c (diff)
downloadeclipse.platform.team-701f0756aea9d83c9dca6fa6aaaf340e096ef4c9.tar.gz
eclipse.platform.team-701f0756aea9d83c9dca6fa6aaaf340e096ef4c9.tar.xz
eclipse.platform.team-701f0756aea9d83c9dca6fa6aaaf340e096ef4c9.zip
Bug 550767 - POM and product version change for 4.14 releaseI20190910-0815I20190910-0145I20190909-1520I20190909-1425I20190909-0925
Change-Id: I2ace444c172f6762135c0767317e0aba657b2941 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 65b203a0e..5365e6311 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>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.13.0-SNAPSHOT</version>
+ <version>4.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top