Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-10-07 16:29:49 +0000
committerThomas Watson2016-10-07 16:29:49 +0000
commitbe955ed849a2b51f10f4b534ee2ee9418cc578f0 (patch)
treeb8eec796319acb70317239165cee5663931c4318
parentaef99de034bb7f4bd88b5a0066fcd39d70a24a54 (diff)
downloadrt.equinox.bundles-be955ed849a2b51f10f4b534ee2ee9418cc578f0.tar.gz
rt.equinox.bundles-be955ed849a2b51f10f4b534ee2ee9418cc578f0.tar.xz
rt.equinox.bundles-be955ed849a2b51f10f4b534ee2ee9418cc578f0.zip
Bug 505359 - [Minor] Reduce warnings in org.eclipse.equinox.registryY20161013-1000I20161011-0800
Updated version of registry for Oxygen Change-Id: Idaad0a1ea7ff8d5bb8f2bf0dfe759272960c5470 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.registry/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index e24360a7f..9d8f1040d 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true
-Bundle-Version: 3.6.100.qualifier
+Bundle-Version: 3.6.200.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
diff --git a/bundles/org.eclipse.equinox.registry/pom.xml b/bundles/org.eclipse.equinox.registry/pom.xml
index fcbaf51ed..83c089371 100644
--- a/bundles/org.eclipse.equinox.registry/pom.xml
+++ b/bundles/org.eclipse.equinox.registry/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.registry</artifactId>
- <version>3.6.100-SNAPSHOT</version>
+ <version>3.6.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top