Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-07-12 12:33:49 +0000
committerThomas Watson2017-07-12 12:33:49 +0000
commit525117f2c35f71a4efd48fe8a91e245ac5f19872 (patch)
treee01bf143d53339d08decc8819e04b7861abac927 /bundles
parentbd16dcdb8dfab7f7e365d66e0f1e1ae451fcc993 (diff)
downloadrt.equinox.bundles-525117f2c35f71a4efd48fe8a91e245ac5f19872.tar.gz
rt.equinox.bundles-525117f2c35f71a4efd48fe8a91e245ac5f19872.tar.xz
rt.equinox.bundles-525117f2c35f71a4efd48fe8a91e245ac5f19872.zip
Bug 515633 - move org.eclipse.equinox.registry to Java 8
Must update version when updating BREE. Change-Id: I0b8df78e8bb80e02f4b61aa5e83bccbcbeafaec3 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles')
-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 0857afa13..bf55ed30a 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.7.0.qualifier
+Bundle-Version: 3.8.0.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 c388a30f4..4df1625c2 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.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top