Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-02-08 07:47:44 +0000
committerLars Vogel2019-02-08 07:47:44 +0000
commit3de13ac29f2ca0efe1d03675b6f13d562bd624a0 (patch)
tree438f046cc1cd92ce74e26829819d5e9ccf988a8a
parentfb2e98146c2a71b966846ea780ddbba411eca057 (diff)
downloadrt.equinox.framework-3de13ac29f2ca0efe1d03675b6f13d562bd624a0.tar.gz
rt.equinox.framework-3de13ac29f2ca0efe1d03675b6f13d562bd624a0.tar.xz
rt.equinox.framework-3de13ac29f2ca0efe1d03675b6f13d562bd624a0.zip
Version 4.11 update for org.eclipse.equinox.launcher
Change-Id: I5c1825477a6118224bb7a5cd109c66f71efea623 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 238a837fc..569b98c33 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.200.qualifier
+Bundle-Version: 1.5.300.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 61c0c3664..c7689f296 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.200-SNAPSHOT</version>
+ <version>1.5.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top