Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-06-07 13:23:11 +0000
committerThomas Watson2018-06-07 13:23:11 +0000
commit196016b72dc533519e12ffd9c3e7d05b9bb9357b (patch)
tree1bff0d088499c8ceff85cdfb0809a32dc71b8f47
parentfa30bfc1a3e68e8afb57378ec4c7790dc616d7c9 (diff)
downloadrt.equinox.framework-196016b72dc533519e12ffd9c3e7d05b9bb9357b.tar.gz
rt.equinox.framework-196016b72dc533519e12ffd9c3e7d05b9bb9357b.tar.xz
rt.equinox.framework-196016b72dc533519e12ffd9c3e7d05b9bb9357b.zip
Bug 535318 - Update versions for next release
Prep for update license to EPL-2.0 Change-Id: Id021561bfc98468ffd8d7fc6eb65aff4dc10cc4c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.osgi/supplement/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
index 0dbaca606..7694dc51d 100644
--- a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.supplement
-Bundle-Version: 1.8.0.qualifier
+Bundle-Version: 1.8.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.equinox.log;version="1.0",
diff --git a/bundles/org.eclipse.osgi/supplement/pom.xml b/bundles/org.eclipse.osgi/supplement/pom.xml
index e49c65f13..525a0b82e 100644
--- a/bundles/org.eclipse.osgi/supplement/pom.xml
+++ b/bundles/org.eclipse.osgi/supplement/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.supplement</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top