4.21 update of org.eclipse.core.contenttype For https://git.eclipse.org/r/c/platform/eclipse.platform.runtime/+/180766 Change-Id: I40889d357b30e159c169971c56fca18de7b01e7d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.runtime/+/182096 Tested-by: Platform Bot <platform-bot@eclipse.org>
diff --git a/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF index 2c4d3c1..df060cd 100644 --- a/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.core.contenttype; singleton:=true -Bundle-Version: 3.7.1000.qualifier +Bundle-Version: 3.7.1100.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Require-Bundle: org.eclipse.equinox.preferences;bundle-version="[3.2.0,4.0.0)",
diff --git a/bundles/org.eclipse.core.contenttype/pom.xml b/bundles/org.eclipse.core.contenttype/pom.xml index 6393cfe..762e57f 100644 --- a/bundles/org.eclipse.core.contenttype/pom.xml +++ b/bundles/org.eclipse.core.contenttype/pom.xml
@@ -19,6 +19,6 @@ </parent> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.contenttype</artifactId> - <version>3.7.1000-SNAPSHOT</version> + <version>3.7.1100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>