Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-06 10:39:29 +0000
committerLars Vogel2020-01-06 12:09:47 +0000
commit9244aa246291f115b23ab314dba4f8e45d919616 (patch)
treeb033d4190de328356b90a1964fd8dc2af2ab7589 /bundles
parent8a7213fb90a7c2f333c09968f22b0959e28aaed2 (diff)
downloadrt.equinox.bundles-9244aa246291f115b23ab314dba4f8e45d919616.tar.gz
rt.equinox.bundles-9244aa246291f115b23ab314dba4f8e45d919616.tar.xz
rt.equinox.bundles-9244aa246291f115b23ab314dba4f8e45d919616.zip
4.15 update for org.eclipse.equinox.concurrent
Required for https://git.eclipse.org/r/155269 Change-Id: If8ca457c1842f5368e086ad0be471e0b66a3db78 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles')
-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 e0df3e101..0ed0dcb54 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.400.qualifier
+Bundle-Version: 1.1.500.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 77e320446..a1728f36c 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.400-SNAPSHOT</version>
+ <version>1.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top