Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Keith2012-01-30 20:50:20 +0000
committerMike Keith2012-01-30 20:50:20 +0000
commit25560f2cfe82bdce03e1ac3888a20924e030378a (patch)
tree430e0ae1a9ed4e966f38f62ca9c477bcfcfd66f1
parentf7fa4f81cb2dc1371a5894747dd0ca054a2215ab (diff)
downloadorg.eclipse.gemini.naming-25560f2cfe82bdce03e1ac3888a20924e030378a.tar.gz
org.eclipse.gemini.naming-25560f2cfe82bdce03e1ac3888a20924e030378a.tar.xz
org.eclipse.gemini.naming-25560f2cfe82bdce03e1ac3888a20924e030378a.zip
-rw-r--r--framework/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index 75682dc..2973a0d 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -40,7 +40,7 @@
<Bundle-Name>Gemini Naming (Incubation)</Bundle-Name>
<Bundle-SymbolicName>org.eclipse.gemini.naming</Bundle-SymbolicName>
<Bundle-Vendor>Oracle</Bundle-Vendor>
- <Bundle-Version>0.9.0.M1</Bundle-Version>
+ <Bundle-Version>1.0.0</Bundle-Version>
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Bundle-Activator>org.eclipse.gemini.naming.Activator</Bundle-Activator>
<Bundle-Description>Gemini Naming bundle (Incubation)</Bundle-Description>

Back to the top