Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-07-17 13:25:00 +0000
committerJohn Arthorne2013-07-17 13:25:00 +0000
commit6379c00ec06f2d3ba064b128c0b87943370aba1b (patch)
treec2b5452c59f690bb5494e31809ce24906cee1dd7 /bundles/org.eclipse.equinox.registry
parent003ae109666066cce1aa56c25b39b6edc162926a (diff)
downloadrt.equinox.bundles-6379c00ec06f2d3ba064b128c0b87943370aba1b.tar.gz
rt.equinox.bundles-6379c00ec06f2d3ba064b128c0b87943370aba1b.tar.xz
rt.equinox.bundles-6379c00ec06f2d3ba064b128c0b87943370aba1b.zip
Increment service version for bug fix in Luna streamI20130717-1600
Diffstat (limited to 'bundles/org.eclipse.equinox.registry')
-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 1bf4dd9c0..0d20ae72a 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.300.qualifier
+Bundle-Version: 3.5.400.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 810d351b8..ec91bd00b 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.300-SNAPSHOT</version>
+ <version>3.5.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top