Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-19 18:51:35 +0000
committerLars Vogel2019-06-20 06:20:37 +0000
commit6b58788540071dcc593183e645db40475cf9fb26 (patch)
treea4670b111657fe0da44cf07800d7fd7f2ad82b90
parent0e9a1d5077909e9e12af6cd26341a7f122bf9df7 (diff)
downloadrt.equinox.framework-6b58788540071dcc593183e645db40475cf9fb26.tar.gz
rt.equinox.framework-6b58788540071dcc593183e645db40475cf9fb26.tar.xz
rt.equinox.framework-6b58788540071dcc593183e645db40475cf9fb26.zip
4.13 update for org.eclipse.equinox.launcher
For https://git.eclipse.org/r/c/144444/ Change-Id: I052627e214260b870cf66df5835ea78e7040bd52 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.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 36e6dfddf..497e5d6fa 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.400.qualifier
+Bundle-Version: 1.5.500.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 b995aabef..43849b5b8 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.400-SNAPSHOT</version>
+ <version>1.5.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top