Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-19 17:11:46 +0000
committerLars Vogel2019-06-19 17:31:43 +0000
commit05d3acf422015289bb7503abe2c40dea0eb48cb9 (patch)
treee668d7ac1434108dbb3cbb18158daf68df6572a3
parent496c088f41d1da914263e5a72beb80cccf48d9dc (diff)
downloadrt.equinox.bundles-05d3acf422015289bb7503abe2c40dea0eb48cb9.tar.gz
rt.equinox.bundles-05d3acf422015289bb7503abe2c40dea0eb48cb9.tar.xz
rt.equinox.bundles-05d3acf422015289bb7503abe2c40dea0eb48cb9.zip
4.13 updates for concurrent, console and utilI20190620-0130I20190619-1820I20190619-1800
Required for https://git.eclipse.org/r/144461 Change-Id: I7a8786e5876fc787504787ef90875f976e56c51f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.concurrent/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF
index e1f7e9690..e0df3e101 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 @@ Manifest-Version: 1.0
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 f97649d8c..94702c745 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>

Back to the top