Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/META-INF/MANIFEST.MF2
-rw-r--r--framework/pom.xml2
-rw-r--r--integration-testing/pom.xml2
-rw-r--r--integration-testing/src/test/java/org/eclipse/gemini/naming/test/NamingTestCase.java2
-rw-r--r--org.eclipse.gemini.naming.feature/feature.xml2
-rw-r--r--org.eclipse.gemini.naming.feature/pom.xml2
-rw-r--r--org.eclipse.gemini.naming.repository/category.xml2
-rw-r--r--org.eclipse.gemini.naming.repository/pom.xml2
-rw-r--r--org.eclipse.gemini.naming.target/pom.xml2
-rw-r--r--org.eclipse.gemini.naming.utests/pom.xml2
-rw-r--r--pom.xml2
11 files changed, 11 insertions, 11 deletions
diff --git a/framework/META-INF/MANIFEST.MF b/framework/META-INF/MANIFEST.MF
index 7c7d2bf..2074ef7 100644
--- a/framework/META-INF/MANIFEST.MF
+++ b/framework/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Gemini Naming
Bundle-SymbolicName: org.eclipse.gemini.naming
Bundle-Vendor: Eclipse.org
-Bundle-Version: 1.0.2.qualifier
+Bundle-Version: 1.0.2.RELEASE
Bundle-Activator: org.eclipse.gemini.naming.Activator
Bundle-Description: Gemini Naming bundle
Bundle-Category: jndi
diff --git a/framework/pom.xml b/framework/pom.xml
index c8d9d4f..ebdaf44 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
</parent>
<build>
diff --git a/integration-testing/pom.xml b/integration-testing/pom.xml
index 690b2a4..e3f98c6 100644
--- a/integration-testing/pom.xml
+++ b/integration-testing/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-testing/src/test/java/org/eclipse/gemini/naming/test/NamingTestCase.java b/integration-testing/src/test/java/org/eclipse/gemini/naming/test/NamingTestCase.java
index 4aa7cc9..f6c1bb1 100644
--- a/integration-testing/src/test/java/org/eclipse/gemini/naming/test/NamingTestCase.java
+++ b/integration-testing/src/test/java/org/eclipse/gemini/naming/test/NamingTestCase.java
@@ -33,7 +33,7 @@ import org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests;
public abstract class NamingTestCase extends AbstractConfigurableBundleCreatorTests {
- private static String VERSION = "1.0.2-SNAPSHOT";
+ private static String VERSION = "1.0.2.RELEASE";
private Map m_mapOfServicesToRegistrations =
new HashMap();
diff --git a/org.eclipse.gemini.naming.feature/feature.xml b/org.eclipse.gemini.naming.feature/feature.xml
index 5d06147..1df23de 100644
--- a/org.eclipse.gemini.naming.feature/feature.xml
+++ b/org.eclipse.gemini.naming.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.gemini.naming.feature"
label="%featureName"
- version="1.0.2.qualifier"
+ version="1.0.2.RELEASE"
provider-name="%providerName"
image="eclipse_update_120.jpg">
diff --git a/org.eclipse.gemini.naming.feature/pom.xml b/org.eclipse.gemini.naming.feature/pom.xml
index ac3c230..2b5e389 100644
--- a/org.eclipse.gemini.naming.feature/pom.xml
+++ b/org.eclipse.gemini.naming.feature/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
</parent>
<artifactId>org.eclipse.gemini.naming.feature</artifactId>
diff --git a/org.eclipse.gemini.naming.repository/category.xml b/org.eclipse.gemini.naming.repository/category.xml
index 262d9b3..e069bd3 100644
--- a/org.eclipse.gemini.naming.repository/category.xml
+++ b/org.eclipse.gemini.naming.repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.eclipse.gemini.naming.feature_1.0.2.qualifier.jar" id="org.eclipse.gemini.naming.feature" version="1.0.2.qualifier">
+ <feature url="features/org.eclipse.gemini.naming.feature_1.0.2.RELEASE.jar" id="org.eclipse.gemini.naming.feature" version="1.0.2.RELEASE">
<category name="gemini.naming"/>
</feature>
<category-def name="gemini.naming" label="Gemini Naming"/>
diff --git a/org.eclipse.gemini.naming.repository/pom.xml b/org.eclipse.gemini.naming.repository/pom.xml
index 41ab951..09fcb84 100644
--- a/org.eclipse.gemini.naming.repository/pom.xml
+++ b/org.eclipse.gemini.naming.repository/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
</parent>
<artifactId>org.eclipse.gemini.naming.repository</artifactId>
diff --git a/org.eclipse.gemini.naming.target/pom.xml b/org.eclipse.gemini.naming.target/pom.xml
index f679ede..54d81a8 100644
--- a/org.eclipse.gemini.naming.target/pom.xml
+++ b/org.eclipse.gemini.naming.target/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
</parent>
<artifactId>target-platform</artifactId>
diff --git a/org.eclipse.gemini.naming.utests/pom.xml b/org.eclipse.gemini.naming.utests/pom.xml
index 01936cb..0a7c27c 100644
--- a/org.eclipse.gemini.naming.utests/pom.xml
+++ b/org.eclipse.gemini.naming.utests/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
</parent>
<artifactId>org.eclipse.gemini.naming.utests</artifactId>
diff --git a/pom.xml b/pom.xml
index 7b77c90..e7bd8c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<groupId>org.eclipse.gemini.naming</groupId>
<artifactId>org.eclipse.gemini.naming.parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2.RELEASE</version>
<name>Gemini Naming parent project</name>
<url>http://maven.apache.org</url>

Back to the top