commit | a6c1f16ef8da9aba176c5ebbd8c140c1d386aea4 | [log] [tgz] |
---|---|---|
author | Lars Vogel <Lars.Vogel@vogella.com> | Thu Jun 17 11:52:17 2021 +0200 |
committer | Lars Vogel <Lars.Vogel@vogella.com> | Thu Jun 17 09:30:33 2021 -0400 |
tree | 51e84d8ab83d0178826d0fa90fbd296dbac67562 | |
parent | c8631ac8d1ed54fb9bd09dd0259ff742725f4f5a [diff] |
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>