Skip to content

Commit 19b406b

Browse files
committed
Increase versions of o.e.equinox.common and o.e.equinox.registry
- These share split packages org.eclipse.core.runtime and org.eclipse.core.internal.runtime with bundle org.eclipse.core.runtime which has increased its version for this release cycle, hence the need to avoid split packages with differently signed jars as well as the need to publish all three as new versions to Maven Central for the 4.34 release. https://github.com/eclipse-platform/eclipse.platform/pull/1575/files
1 parent afe8f3d commit 19b406b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
5-
Bundle-Version: 3.19.100.qualifier
5+
Bundle-Version: 3.19.200.qualifier
66
Bundle-Localization: plugin
77
Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.pde.build",
88
org.eclipse.core.internal.runtime;common=split;mandatory:=common;

bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true
5-
Bundle-Version: 3.12.100.qualifier
5+
Bundle-Version: 3.12.200.qualifier
66
Bundle-Localization: plugin
77
Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
88
org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",

0 commit comments

Comments
 (0)