Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-10-09 20:00:13 +0000
committerJohn Arthorne2013-10-09 20:00:13 +0000
commit51339e30ad34014c8fa3faa26cfae469e362a025 (patch)
treedc4a8eff31270e7d3a63f2479c694ce8dc5372f4
parent4f198697c419eb625fd3f2d04f66e91b989228ab (diff)
downloadrt.equinox.bundles-51339e30ad34014c8fa3faa26cfae469e362a025.tar.gz
rt.equinox.bundles-51339e30ad34014c8fa3faa26cfae469e362a025.tar.xz
rt.equinox.bundles-51339e30ad34014c8fa3faa26cfae469e362a025.zip
Updated service segment for bug fix in 4.2.2+ stream
-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 c26b9df35..7d6fd9b08 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.5.200.qualifier
+Bundle-Version: 3.5.201.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 db81575b7..fe1e63c95 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.5.200-SNAPSHOT</version>
+ <version>3.5.201-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top