Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-18 11:27:34 +0000
committerLars Vogel2019-06-18 11:35:01 +0000
commit2a7f6d3472375be4e3960918f5ac592c8667a402 (patch)
treee514e7c4cc022ae9a60bba4934eeb02d8bf6ad67
parent92caf107f6ae105e9352a472e21cf7cc8d1fee36 (diff)
downloadrt.equinox.bundles-2a7f6d3472375be4e3960918f5ac592c8667a402.tar.gz
rt.equinox.bundles-2a7f6d3472375be4e3960918f5ac592c8667a402.tar.xz
rt.equinox.bundles-2a7f6d3472375be4e3960918f5ac592c8667a402.zip
4.13 update for org.eclipse.equinox.commonI20190618-1805
Required for https://git.eclipse.org/r/c/144343/ Change-Id: I912fd721b3ca8951885e3140f3dacf0d22767ff3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.common/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
index 38341cd2f..61f3a845c 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
-Bundle-Version: 3.10.400.qualifier
+Bundle-Version: 3.10.500.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build",
org.eclipse.core.internal.runtime;common=split;mandatory:=common;
diff --git a/bundles/org.eclipse.equinox.common/pom.xml b/bundles/org.eclipse.equinox.common/pom.xml
index 2a5c725b7..42bf279b5 100644
--- a/bundles/org.eclipse.equinox.common/pom.xml
+++ b/bundles/org.eclipse.equinox.common/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
- <version>3.10.400-SNAPSHOT</version>
+ <version>3.10.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top