Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-03-06 19:10:43 +0000
committerMat Booth2020-03-06 19:10:43 +0000
commit61e249b7ee351d99baf0aad5bc0303b47b29f290 (patch)
treec3763c05ecb62d93bc8b268ff5cfd1a0cf56b4f6 /pom.xml
parent99321d4dddc7c2d17846cf87ec2eabd978d0fc2e (diff)
downloadrt.equinox.framework-61e249b7ee351d99baf0aad5bc0303b47b29f290.tar.gz
rt.equinox.framework-61e249b7ee351d99baf0aad5bc0303b47b29f290.tar.xz
rt.equinox.framework-61e249b7ee351d99baf0aad5bc0303b47b29f290.zip
Bug 560872 - POM and product version change for 4.16 release
Change-Id: I9545bb9bdd28b5a1e5a0b7fcb6d645553fcec9d2 Signed-off-by: Mat Booth <mat.booth@redhat.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 8970a6f63..379802d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.15.0-SNAPSHOT</version>
+ <version>4.16.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>4.15.0-SNAPSHOT</version>
+ <version>4.16.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top