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 /features
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 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index cbf4df897..17fd764ad 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>rt.equinox.framework</artifactId>
<groupId>org.eclipse.equinox.framework</groupId>
- <version>4.15.0-SNAPSHOT</version>
+ <version>4.16.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox.feature</groupId>

Back to the top