Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2020-07-27 13:17:24 +0000
committerThomas Watson2020-07-27 13:17:24 +0000
commit792de56315e8b83b2076c35e684a5f932cf9f2e9 (patch)
tree18cd3c5af80be774aaa640469b3d6e88754b9f3a
parenta322e325eea5d1644656d915a87971bdaeb48670 (diff)
downloadrt.equinox.framework-792de56315e8b83b2076c35e684a5f932cf9f2e9.tar.gz
rt.equinox.framework-792de56315e8b83b2076c35e684a5f932cf9f2e9.tar.xz
rt.equinox.framework-792de56315e8b83b2076c35e684a5f932cf9f2e9.zip
Bump version for 4.17 release.
Change-Id: I3fbf14e161bb4534c42e421b6a3ee8a8a7d3e603 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.launcher/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index a90b09e48..2a9a3e4b6 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
-Bundle-Version: 1.5.700.qualifier
+Bundle-Version: 1.5.800.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.equinox.launcher/pom.xml b/bundles/org.eclipse.equinox.launcher/pom.xml
index 2ec9103d3..f3a9d40bf 100644
--- a/bundles/org.eclipse.equinox.launcher/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.launcher</artifactId>
- <version>1.5.700-SNAPSHOT</version>
+ <version>1.5.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top