commit | cef4cbe49a764f99dfd268c1108b6e018cf088a2 | [log] [tgz] |
---|---|---|
author | Thomas Watson <tjwatson@us.ibm.com> | Mon May 03 08:41:18 2021 -0500 |
committer | Thomas Watson <tjwatson@us.ibm.com> | Mon May 03 12:06:29 2021 -0400 |
tree | 337147bf45d9fd63d78f264516ae1ccb127d9a73 | |
parent | c6a7f229ab8bb270276d03b67e12187ed16f9e1d [diff] |
Bug 573306 - Increment registry version for 4.20 Needed to ensure the same signer is used for the split package org.eclipse.core.runtime. Change-Id: I367f0b5348aa61e201402d6138c3a4bb0a5933c0 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.bundles/+/180124
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF index e90332a..169b76b 100644 --- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true -Bundle-Version: 3.10.100.qualifier +Bundle-Version: 3.10.200.qualifier Bundle-Localization: plugin Export-Package: org.eclipse.core.internal.adapter;x-internal:=true, org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
diff --git a/bundles/org.eclipse.equinox.registry/pom.xml b/bundles/org.eclipse.equinox.registry/pom.xml index a47f5fd..731f56b 100644 --- a/bundles/org.eclipse.equinox.registry/pom.xml +++ b/bundles/org.eclipse.equinox.registry/pom.xml
@@ -19,6 +19,6 @@ </parent> <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.registry</artifactId> - <version>3.10.100-SNAPSHOT</version> + <version>3.10.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>