Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-10-21 13:05:06 +0000
committerThomas Watson2015-10-21 13:05:06 +0000
commite9a9366c7255fed6a82e5b8c103274a6917650fe (patch)
tree71aee5844731600e4a4cbd5f5018b55eed7dad74 /bundles/org.eclipse.equinox.launcher
parentb120a79e6bbc463623cee49ee574a063e3723f75 (diff)
downloadrt.equinox.framework-e9a9366c7255fed6a82e5b8c103274a6917650fe.tar.gz
rt.equinox.framework-e9a9366c7255fed6a82e5b8c103274a6917650fe.tar.xz
rt.equinox.framework-e9a9366c7255fed6a82e5b8c103274a6917650fe.zip
Update version for Neon
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher')
-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 b9a56457b..61c7708b0 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.3.100.qualifier
+Bundle-Version: 1.3.101.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 396395f1d..1b3976b09 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.3.100-SNAPSHOT</version>
+ <version>1.3.101-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top