commit | 05d3acf422015289bb7503abe2c40dea0eb48cb9 | [log] [tgz] |
---|---|---|
author | Lars Vogel <Lars.Vogel@vogella.com> | Wed Jun 19 19:11:46 2019 +0200 |
committer | Lars Vogel <Lars.Vogel@vogella.com> | Wed Jun 19 13:31:43 2019 -0400 |
tree | e668d7ac1434108dbb3cbb18158daf68df6572a3 | |
parent | 496c088f41d1da914263e5a72beb80cccf48d9dc [diff] |
4.13 updates for concurrent, console and util Required for https://git.eclipse.org/r/144461 Change-Id: I7a8786e5876fc787504787ef90875f976e56c51f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF index e1f7e96..e0df3e1 100644 --- a/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.concurrent -Bundle-Version: 1.1.300.qualifier +Bundle-Version: 1.1.400.qualifier Bundle-Vendor: %pluginProvider Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.eclipse.core.runtime;version="3.4.0";common=split,
diff --git a/bundles/org.eclipse.equinox.concurrent/pom.xml b/bundles/org.eclipse.equinox.concurrent/pom.xml index f97649d..94702c7 100644 --- a/bundles/org.eclipse.equinox.concurrent/pom.xml +++ b/bundles/org.eclipse.equinox.concurrent/pom.xml
@@ -19,6 +19,6 @@ </parent> <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.concurrent</artifactId> - <version>1.1.300-SNAPSHOT</version> + <version>1.1.400-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>