Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVioleta Georgieva2015-02-19 14:19:30 +0000
committerVioleta Georgieva2015-02-19 14:19:30 +0000
commit37de3b2262d46fa90cd4403e177c7810835474b4 (patch)
treebc9ccc065db6258898c0bca3d2672719c0148825
parent039cf2001432393a4e0279b2abc540711d6b5d11 (diff)
downloadorg.eclipse.gemini.naming-37de3b2262d46fa90cd4403e177c7810835474b4.tar.gz
org.eclipse.gemini.naming-37de3b2262d46fa90cd4403e177c7810835474b4.tar.xz
org.eclipse.gemini.naming-37de3b2262d46fa90cd4403e177c7810835474b4.zip
Build properties for the release 1.0.5.RELEASE1.0.5.RELEASE
-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 36d0de4..043ce78 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.5.qualifier
+Bundle-Version: 1.0.5.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 140ee94..9e316b0 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.5-SNAPSHOT</version>
+ <version>1.0.5.RELEASE</version>
</parent>
<build>
diff --git a/integration-testing/pom.xml b/integration-testing/pom.xml
index 228e139..f4f1fa9 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.5-SNAPSHOT</version>
+ <version>1.0.5.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 d8b0437..1d6194f 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.5-SNAPSHOT";
+ private static String VERSION = "1.0.5.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 b03aef0..12ca249 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.5.qualifier"
+ version="1.0.5.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 1a3cf08..11eb9bc 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.5-SNAPSHOT</version>
+ <version>1.0.5.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 c70daff..9cc29a2 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.5.qualifier.jar" id="org.eclipse.gemini.naming.feature" version="1.0.5.qualifier">
+ <feature url="features/org.eclipse.gemini.naming.feature_1.0.5.RELEASE.jar" id="org.eclipse.gemini.naming.feature" version="1.0.5.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 b56e896..756d228 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.5-SNAPSHOT</version>
+ <version>1.0.5.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 ff85332..5174b51 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.5-SNAPSHOT</version>
+ <version>1.0.5.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 d7582e3..03c517e 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.5-SNAPSHOT</version>
+ <version>1.0.5.RELEASE</version>
</parent>
<artifactId>org.eclipse.gemini.naming.utests</artifactId>
diff --git a/pom.xml b/pom.xml
index 56c4a4c..9d7a34b 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.5-SNAPSHOT</version>
+ <version>1.0.5.RELEASE</version>
<name>Gemini Naming parent project</name>
<url>http://maven.apache.org</url>

Back to the top