Bug 568309 - org.eclipse.core.runtime package and bundle versions need
updated

For 4.18 release bundle versions registry and common increased in minor
version of the split org.eclipse.core.runtime package. This version
increase needs to be propagated to the runtime bundle that re-exports
these two bundles.

Change-Id: Ia28848a4318c4226969ac5e40b8dfabf0057c738
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
diff --git a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
index 22a0221..e68aacb 100644
--- a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
@@ -1,18 +1,18 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
-Bundle-Version: 3.19.100.qualifier
+Bundle-Version: 3.20.0.qualifier
 Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true
 Bundle-Vendor: %providerName
 Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator
 Bundle-Localization: plugin
 Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,
  org.eclipse.core.internal.runtime;x-internal:=true,
- org.eclipse.core.runtime;version="3.6.0"
+ org.eclipse.core.runtime;version="3.7.0"
 Require-Bundle: org.eclipse.osgi;bundle-version="[3.13.0,4.0.0)";visibility:=reexport,
- org.eclipse.equinox.common;bundle-version="[3.13.0,4.0.0)";visibility:=reexport,
+ org.eclipse.equinox.common;bundle-version="[3.14.0,4.0.0)";visibility:=reexport,
  org.eclipse.core.jobs;bundle-version="[3.10.0,4.0.0)";visibility:=reexport,
- org.eclipse.equinox.registry;bundle-version="[3.9.0,4.0.0)";visibility:=reexport,
+ org.eclipse.equinox.registry;bundle-version="[3.10.0,4.0.0)";visibility:=reexport,
  org.eclipse.equinox.preferences;bundle-version="[3.7.0,4.0.0)";visibility:=reexport,
  org.eclipse.core.contenttype;bundle-version="[3.7.0,4.0.0)";visibility:=reexport,
  org.eclipse.equinox.app;bundle-version="1.3.0";visibility:=reexport
diff --git a/bundles/org.eclipse.core.runtime/pom.xml b/bundles/org.eclipse.core.runtime/pom.xml
index 93d9dd2..9440431 100644
--- a/bundles/org.eclipse.core.runtime/pom.xml
+++ b/bundles/org.eclipse.core.runtime/pom.xml
@@ -19,6 +19,6 @@
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.runtime</artifactId>
-  <version>3.19.100-SNAPSHOT</version>
+  <version>3.20.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>