commit | cc87b23913cc6b8081a77477490874128a258bb7 | [log] [tgz] |
---|---|---|
author | Lars Vogel <Lars.Vogel@vogella.com> | Wed Mar 10 14:49:21 2021 +0100 |
committer | Lars Vogel <Lars.Vogel@vogella.com> | Wed Mar 10 14:49:21 2021 +0100 |
tree | 3af41e37e66888b69849dee193b4e2fd88c7d2d0 | |
parent | 11c367d695c1ffefff529da36f737076491f3dd1 [diff] |
4.20 update of org.eclipse.core.contenttype Required for https://git.eclipse.org/r/c/platform/eclipse.platform.runtime/+/176784 Change-Id: Idf135a6f4c0127b95d3b4991db3c195519f12ade Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF index 654f695..2c4d3c1 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.900.qualifier +Bundle-Version: 3.7.1000.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 00ba8c4..042fdf1 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.900-SNAPSHOT</version> + <version>3.7.1000-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>