Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-09-03 12:43:28 +0000
committerAlexander Kurtakov2020-09-03 12:43:28 +0000
commit6b09a069207e2854c5f7e3c2175716521f68d5e4 (patch)
tree2688cdfdf2c5eadda633403dd3bb692ba4586278 /features
parent6f707363a791960ae8c2b16e3cdfab43eb112fd6 (diff)
downloadrt.equinox.framework-6b09a069207e2854c5f7e3c2175716521f68d5e4.tar.gz
rt.equinox.framework-6b09a069207e2854c5f7e3c2175716521f68d5e4.tar.xz
rt.equinox.framework-6b09a069207e2854c5f7e3c2175716521f68d5e4.zip
Bug 566356 - POM and product version change for 4.18 release
Change-Id: Ia562d850c2b9f3e2e1d8a21bdadff7a73424bea3 Signed-off-by: Alexander Kurtakov <akurtako@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 ee7b2e83c..3321a8227 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.17.0-SNAPSHOT</version>
+ <version>4.18.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox.feature</groupId>

Back to the top