Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-09-06 21:15:46 +0000
committerThomas Watson2018-09-06 21:35:29 +0000
commit65db104a540ff3568a74b5b4c4b58abea6aaab16 (patch)
tree6d5c7838f96f459c28eaaf137d3cc11938f01aa1
parent9868a7255da141369e0fac86fd66f8fe9e0b1acc (diff)
downloadrt.equinox.framework-65db104a540ff3568a74b5b4c4b58abea6aaab16.tar.gz
rt.equinox.framework-65db104a540ff3568a74b5b4c4b58abea6aaab16.tar.xz
rt.equinox.framework-65db104a540ff3568a74b5b4c4b58abea6aaab16.zip
Change-Id: Ic93b2ec1b9ca6942e689dab0d85526b8d713d452 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF4
-rw-r--r--bundles/org.eclipse.osgi/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 42b7fb373..31c5aca7f 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.runtime.internal.adaptor;x-internal:=true,
- org.eclipse.equinox.log;version="1.0";uses:="org.osgi.framework,org.osgi.service.log",
+ org.eclipse.equinox.log;version="1.1";uses:="org.osgi.framework,org.osgi.service.log",
org.eclipse.osgi.container;version="1.3";
uses:="org.eclipse.osgi.report.resolution,
org.osgi.framework.wiring,
@@ -101,7 +101,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
-Bundle-Version: 3.13.100.qualifier
+Bundle-Version: 3.13.200.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index 599d1dd75..cceed7bda 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
- <version>3.13.100-SNAPSHOT</version>
+ <version>3.13.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top