bump version to 1.0.0.M1
git-svn-id: http://dev.eclipse.org/svnroot/rt/org.eclipse.gemini.blueprint/trunk@10 d5c50688-e17f-0410-abf2-532cdd3858a3
diff --git a/core/pom.xml b/core/pom.xml
index 095ab37..4ca6472 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint</groupId>
diff --git a/extender/pom.xml b/extender/pom.xml
index 8e9affb..05e1149 100644
--- a/extender/pom.xml
+++ b/extender/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint</groupId>
diff --git a/integration-tests/bundles/blueprint/config.bundle/pom.xml b/integration-tests/bundles/blueprint/config.bundle/pom.xml
index 6e0ea7c..4600275 100644
--- a/integration-tests/bundles/blueprint/config.bundle/pom.xml
+++ b/integration-tests/bundles/blueprint/config.bundle/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>bundles</artifactId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>config.bundle</artifactId>
<packaging>jar</packaging>
- <name>Spring OSGi Blueprint Test Bundle: Configuration test bundle</name>
+ <name>Eclipse Gemini Blueprint Test Bundle: Configuration test bundle</name>
<description>An OSGi bundle that provides different configuration locations</description>
<url>http://www.eclipse.org/gemini/blueprint/</url>
</project>
diff --git a/integration-tests/bundles/blueprint/error.bundle/pom.xml b/integration-tests/bundles/blueprint/error.bundle/pom.xml
index 9424e6d..d95786a 100644
--- a/integration-tests/bundles/blueprint/error.bundle/pom.xml
+++ b/integration-tests/bundles/blueprint/error.bundle/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>bundles</artifactId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>error.bundle</artifactId>
<packaging>jar</packaging>
- <name>Spring OSGi Blueprint Test Bundle: Error bundle</name>
+ <name>Eclipse Gemini Blueprint Test Bundle: Error bundle</name>
<description>An OSGi bundle that fails on startup</description>
<url>http://www.eclipse.org/gemini/blueprint/</url>
</project>
diff --git a/integration-tests/bundles/blueprint/pom.xml b/integration-tests/bundles/blueprint/pom.xml
index b20dcd7..abd7f15 100644
--- a/integration-tests/bundles/blueprint/pom.xml
+++ b/integration-tests/bundles/blueprint/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/blueprint/simple.bundle/pom.xml b/integration-tests/bundles/blueprint/simple.bundle/pom.xml
index b0b2460..de9b7ec 100644
--- a/integration-tests/bundles/blueprint/simple.bundle/pom.xml
+++ b/integration-tests/bundles/blueprint/simple.bundle/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>bundles</artifactId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>simple.bundle</artifactId>
<packaging>jar</packaging>
- <name>Spring OSGi Blueprint Test Bundle: Simple service test bundle</name>
+ <name>Eclipse Gemini Blueprint Test Bundle: Simple service test bundle</name>
<description>An OSGi bundle that provides a simple service</description>
<url>http://www.eclipse.org/gemini/blueprint/</url>
</project>
diff --git a/integration-tests/bundles/blueprint/waiting.bundle/pom.xml b/integration-tests/bundles/blueprint/waiting.bundle/pom.xml
index 3d73ffc..d2f8412 100644
--- a/integration-tests/bundles/blueprint/waiting.bundle/pom.xml
+++ b/integration-tests/bundles/blueprint/waiting.bundle/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>bundles</artifactId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>waiting.bundle</artifactId>
<packaging>jar</packaging>
- <name>Spring OSGi Blueprint Test Bundle: Waiting bundle</name>
+ <name>Eclipse Gemini Blueprint Test Bundle: Waiting bundle</name>
<description>An OSGi bundle that waits (quickly) on startup</description>
<url>http://www.eclipse.org/gemini/blueprint/</url>
</project>
diff --git a/integration-tests/bundles/cardinality.0to1.bundle/pom.xml b/integration-tests/bundles/cardinality.0to1.bundle/pom.xml
index 2f3a941..064de1f 100644
--- a/integration-tests/bundles/cardinality.0to1.bundle/pom.xml
+++ b/integration-tests/bundles/cardinality.0to1.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml b/integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml
index ca7d203..9beda28 100644
--- a/integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/async.nowait.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>config.bundle</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml b/integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml
index da4ea81..40d46d9 100644
--- a/integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/async.wait.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>config.bundle</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml b/integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml
index 868e654..7ff7f94 100644
--- a/integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/no.publish.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>config.bundle</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/config.bundle/pom.xml b/integration-tests/bundles/config.bundle/pom.xml
index a9992ce..4c90240 100644
--- a/integration-tests/bundles/config.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml b/integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml
index bf15c3f..5cf41b2 100644
--- a/integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/sync.nowait.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>config.bundle</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml b/integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml
index 4a45af4..f46761d 100644
--- a/integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/sync.tail.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>config.bundle</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml b/integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml
index 9d4c5d9..78c4ade 100644
--- a/integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml
+++ b/integration-tests/bundles/config.bundle/sync.wait.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>config.bundle</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/config.file.with.dots.bundle/pom.xml b/integration-tests/bundles/config.file.with.dots.bundle/pom.xml
index 7964684..a3c522d 100644
--- a/integration-tests/bundles/config.file.with.dots.bundle/pom.xml
+++ b/integration-tests/bundles/config.file.with.dots.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/configuration.test.bundle/pom.xml b/integration-tests/bundles/configuration.test.bundle/pom.xml
index 5f2e90d..da8d74c 100644
--- a/integration-tests/bundles/configuration.test.bundle/pom.xml
+++ b/integration-tests/bundles/configuration.test.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/deadlock.bundle/pom.xml b/integration-tests/bundles/deadlock.bundle/pom.xml
index 6c2bead..41a92b7 100644
--- a/integration-tests/bundles/deadlock.bundle/pom.xml
+++ b/integration-tests/bundles/deadlock.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/dependency.factory.bundle/pom.xml b/integration-tests/bundles/dependency.factory.bundle/pom.xml
index 1fc2b81..8ecd00b 100644
--- a/integration-tests/bundles/dependency.factory.bundle/pom.xml
+++ b/integration-tests/bundles/dependency.factory.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/dependency.test.bundle/pom.xml b/integration-tests/bundles/dependency.test.bundle/pom.xml
index 17b495a..0aa7f38 100644
--- a/integration-tests/bundles/dependency.test.bundle/pom.xml
+++ b/integration-tests/bundles/dependency.test.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/embedded.ns.bundle/pom.xml b/integration-tests/bundles/embedded.ns.bundle/pom.xml
index c5acdee..8f8f3fd 100644
--- a/integration-tests/bundles/embedded.ns.bundle/pom.xml
+++ b/integration-tests/bundles/embedded.ns.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/error.bundle/pom.xml b/integration-tests/bundles/error.bundle/pom.xml
index 6ac8369..9395ad4 100644
--- a/integration-tests/bundles/error.bundle/pom.xml
+++ b/integration-tests/bundles/error.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/export.import.dependency.bundle/pom.xml b/integration-tests/bundles/export.import.dependency.bundle/pom.xml
index 9f080c0..45b8f56 100644
--- a/integration-tests/bundles/export.import.dependency.bundle/pom.xml
+++ b/integration-tests/bundles/export.import.dependency.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/extender.fragment.bundle/pom.xml b/integration-tests/bundles/extender.fragment.bundle/pom.xml
index 8fcdbfd..0798ff5 100644
--- a/integration-tests/bundles/extender.fragment.bundle/pom.xml
+++ b/integration-tests/bundles/extender.fragment.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/extender.listener.bundle/pom.xml b/integration-tests/bundles/extender.listener.bundle/pom.xml
index a12129f..4fadf65 100644
--- a/integration-tests/bundles/extender.listener.bundle/pom.xml
+++ b/integration-tests/bundles/extender.listener.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/extender.version.bundle/pom.xml b/integration-tests/bundles/extender.version.bundle/pom.xml
index 2d76296..591ff66 100644
--- a/integration-tests/bundles/extender.version.bundle/pom.xml
+++ b/integration-tests/bundles/extender.version.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/io.fragment.1.bundle/pom.xml b/integration-tests/bundles/io.fragment.1.bundle/pom.xml
index bcb6391..9c9cceb 100644
--- a/integration-tests/bundles/io.fragment.1.bundle/pom.xml
+++ b/integration-tests/bundles/io.fragment.1.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/io.fragment.2.bundle/pom.xml b/integration-tests/bundles/io.fragment.2.bundle/pom.xml
index 94a492a..ad99675 100644
--- a/integration-tests/bundles/io.fragment.2.bundle/pom.xml
+++ b/integration-tests/bundles/io.fragment.2.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/jdk.proxy.bundle/pom.xml b/integration-tests/bundles/jdk.proxy.bundle/pom.xml
index 149071d..e733235 100644
--- a/integration-tests/bundles/jdk.proxy.bundle/pom.xml
+++ b/integration-tests/bundles/jdk.proxy.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/jdk5/component.scan.bundle/pom.xml b/integration-tests/bundles/jdk5/component.scan.bundle/pom.xml
index 3da6170..400802e 100644
--- a/integration-tests/bundles/jdk5/component.scan.bundle/pom.xml
+++ b/integration-tests/bundles/jdk5/component.scan.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>spring-osgi-jdk5-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/jdk5/pom.xml b/integration-tests/bundles/jdk5/pom.xml
index eadda45..c04a85b 100644
--- a/integration-tests/bundles/jdk5/pom.xml
+++ b/integration-tests/bundles/jdk5/pom.xml
@@ -3,13 +3,13 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-osgi-jdk5-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
<packaging>pom</packaging>
- <name>Spring OSGi JDK5 Integration Testing Bundles</name>
+ <name>Eclipse Gemini Blueprint JDK5 Integration Testing Bundles</name>
<url>http://www.eclipse.org/gemini/blueprint/</url>
<properties>
diff --git a/integration-tests/bundles/lifecycle.test.bundle/pom.xml b/integration-tests/bundles/lifecycle.test.bundle/pom.xml
index 1f208d7..603ca53 100644
--- a/integration-tests/bundles/lifecycle.test.bundle/pom.xml
+++ b/integration-tests/bundles/lifecycle.test.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/namespace.own.consumer.bundle/pom.xml b/integration-tests/bundles/namespace.own.consumer.bundle/pom.xml
index 15db08d..d64ce25 100644
--- a/integration-tests/bundles/namespace.own.consumer.bundle/pom.xml
+++ b/integration-tests/bundles/namespace.own.consumer.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/pom.xml b/integration-tests/bundles/pom.xml
index 5b39099..c710af0 100644
--- a/integration-tests/bundles/pom.xml
+++ b/integration-tests/bundles/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
@@ -70,11 +70,12 @@
-->
<module>jdk5</module>
- <!-- lazy bundles -->
+ <!-- lazy bundles
<module>lazy.companion.bundle</module>
<module>lazy.basic</module>
<module>lazy.export.no.import</module>
<module>lazy.export.import</module>
+ -->
<!-- blueprint bundles -->
<module>blueprint</module>
</modules>
diff --git a/integration-tests/bundles/proxy.creator.bundle/pom.xml b/integration-tests/bundles/proxy.creator.bundle/pom.xml
index 4e48e0a..2c4418e 100644
--- a/integration-tests/bundles/proxy.creator.bundle/pom.xml
+++ b/integration-tests/bundles/proxy.creator.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/bundles/proxy.destruction.test.bundle/.classpath b/integration-tests/bundles/proxy.destruction.test.bundle/.classpath
index eb7dac5..c98789a 100644
--- a/integration-tests/bundles/proxy.destruction.test.bundle/.classpath
+++ b/integration-tests/bundles/proxy.destruction.test.bundle/.classpath
@@ -10,6 +10,6 @@
<classpathentry kind="var" path="M2_REPO/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3.jar" sourcepath="M2_REPO/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/osgi/log4j.osgi/1.2.15-SNAPSHOT/log4j.osgi-1.2.15-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/eclipse/osgi/org.eclipse.osgi/3.5.1.R35x_v20090827/org.eclipse.osgi-3.5.1.R35x_v20090827.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/simple.service/1.0.0.M1-SNAPSHOT/simple.service-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/simple.service/1.0.0.M1/simple.service-1.0.0.M1.jar"/>
<classpathentry kind="src" path="/simple.service"/>
</classpath>
\ No newline at end of file
diff --git a/integration-tests/bundles/proxy.destruction.test.bundle/pom.xml b/integration-tests/bundles/proxy.destruction.test.bundle/pom.xml
index c2d0317..973a9cf 100644
--- a/integration-tests/bundles/proxy.destruction.test.bundle/pom.xml
+++ b/integration-tests/bundles/proxy.destruction.test.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/proxy.listener/pom.xml b/integration-tests/bundles/proxy.listener/pom.xml
index d5ce3f0..f667190 100644
--- a/integration-tests/bundles/proxy.listener/pom.xml
+++ b/integration-tests/bundles/proxy.listener/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/reference.test.bundle/pom.xml b/integration-tests/bundles/reference.test.bundle/pom.xml
index af9b498..c1aa59a 100644
--- a/integration-tests/bundles/reference.test.bundle/pom.xml
+++ b/integration-tests/bundles/reference.test.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/scoped.a.bundle/pom.xml b/integration-tests/bundles/scoped.a.bundle/pom.xml
index b874c31..fcdae65 100644
--- a/integration-tests/bundles/scoped.a.bundle/pom.xml
+++ b/integration-tests/bundles/scoped.a.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/scoped.b.bundle/pom.xml b/integration-tests/bundles/scoped.b.bundle/pom.xml
index 017f2ba..b239200 100644
--- a/integration-tests/bundles/scoped.b.bundle/pom.xml
+++ b/integration-tests/bundles/scoped.b.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/scoped.common.bundle/pom.xml b/integration-tests/bundles/scoped.common.bundle/pom.xml
index ca81bed..0865ac3 100644
--- a/integration-tests/bundles/scoped.common.bundle/pom.xml
+++ b/integration-tests/bundles/scoped.common.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/service.listener.bundle/.classpath b/integration-tests/bundles/service.listener.bundle/.classpath
index 3227bdf..9fe952f 100644
--- a/integration-tests/bundles/service.listener.bundle/.classpath
+++ b/integration-tests/bundles/service.listener.bundle/.classpath
@@ -6,5 +6,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/simple.service/1.0.0.M1-SNAPSHOT/simple.service-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/simple.service/1.0.0.M1/simple.service-1.0.0.M1.jar"/>
</classpath>
diff --git a/integration-tests/bundles/service.listener.bundle/pom.xml b/integration-tests/bundles/service.listener.bundle/pom.xml
index b9cc90e..1c9188c 100644
--- a/integration-tests/bundles/service.listener.bundle/pom.xml
+++ b/integration-tests/bundles/service.listener.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/simple.service.2.bundle/pom.xml b/integration-tests/bundles/simple.service.2.bundle/pom.xml
index 964c43d..93633bc 100644
--- a/integration-tests/bundles/simple.service.2.bundle/pom.xml
+++ b/integration-tests/bundles/simple.service.2.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/simple.service.3.bundle/pom.xml b/integration-tests/bundles/simple.service.3.bundle/pom.xml
index 240a56f..c726bde 100644
--- a/integration-tests/bundles/simple.service.3.bundle/pom.xml
+++ b/integration-tests/bundles/simple.service.3.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/simple.service.bundle.2.identical/pom.xml b/integration-tests/bundles/simple.service.bundle.2.identical/pom.xml
index 70bd16a..803fd11 100644
--- a/integration-tests/bundles/simple.service.bundle.2.identical/pom.xml
+++ b/integration-tests/bundles/simple.service.bundle.2.identical/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/simple.service.bundle.identical/pom.xml b/integration-tests/bundles/simple.service.bundle.identical/pom.xml
index e3e9da9..44a129f 100644
--- a/integration-tests/bundles/simple.service.bundle.identical/pom.xml
+++ b/integration-tests/bundles/simple.service.bundle.identical/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/simple.service.bundle/pom.xml b/integration-tests/bundles/simple.service.bundle/pom.xml
index 3a88502..df9f610 100644
--- a/integration-tests/bundles/simple.service.bundle/pom.xml
+++ b/integration-tests/bundles/simple.service.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/tccl.bundle/pom.xml b/integration-tests/bundles/tccl.bundle/pom.xml
index 88182a7..a4330fc 100644
--- a/integration-tests/bundles/tccl.bundle/pom.xml
+++ b/integration-tests/bundles/tccl.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/tccl.intf.bundle/pom.xml b/integration-tests/bundles/tccl.intf.bundle/pom.xml
index e989cdf..cf09426 100644
--- a/integration-tests/bundles/tccl.intf.bundle/pom.xml
+++ b/integration-tests/bundles/tccl.intf.bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/trivial.bundle/pom.xml b/integration-tests/bundles/trivial.bundle/pom.xml
index 71426fc..645c78f 100644
--- a/integration-tests/bundles/trivial.bundle/pom.xml
+++ b/integration-tests/bundles/trivial.bundle/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/bundles/trivial.test.bundle/.classpath b/integration-tests/bundles/trivial.test.bundle/.classpath
index b713d92..a335340 100644
--- a/integration-tests/bundles/trivial.test.bundle/.classpath
+++ b/integration-tests/bundles/trivial.test.bundle/.classpath
@@ -11,8 +11,8 @@
<classpathentry kind="var" path="M2_REPO/org/junit/com.springsource.junit/3.8.2/com.springsource.junit-3.8.2.jar" sourcepath="M2_REPO/org/junit/com.springsource.junit/3.8.2/com.springsource.junit-3.8.2-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/trivial/rfc-124-1.0-SNAPSHOT/trivial-rfc-124-1.0-SNAPSHOT.jar"/>
<classpathentry kind="output" path="target/classes"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/trivial.tests/1.0.0.M1-SNAPSHOT/trivial.tests-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/trivial.tests/1.0.0.M1/trivial.tests-1.0.0.M1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/junit/com.springsource.junit/3.8.2/com.springsource.junit-3.8.2.jar" sourcepath="M2_REPO/org/junit/com.springsource.junit/3.8.2/com.springsource.junit-3.8.2-sources.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/trivial/1.0.0.M1-SNAPSHOT/trivial-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/trivial/1.0.0.M1/trivial-1.0.0.M1.jar"/>
</classpath>
diff --git a/integration-tests/bundles/trivial.test.bundle/pom.xml b/integration-tests/bundles/trivial.test.bundle/pom.xml
index 2a98736..97cad00 100644
--- a/integration-tests/bundles/trivial.test.bundle/pom.xml
+++ b/integration-tests/bundles/trivial.test.bundle/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>gemini-blueprint-integration-test-bundles</artifactId>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 15bdc7d..6755759 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt</groupId>
diff --git a/integration-tests/tests/.classpath b/integration-tests/tests/.classpath
index 3e3e9bc..0b8e516 100644
--- a/integration-tests/tests/.classpath
+++ b/integration-tests/tests/.classpath
@@ -13,33 +13,33 @@
<classpathentry kind="var" path="M2_REPO/org/slf4j/com.springsource.slf4j.api/1.5.6/com.springsource.slf4j.api-1.5.6.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/com.springsource.slf4j.org.apache.commons.logging/1.5.6/com.springsource.slf4j.org.apache.commons.logging-1.5.6.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/com.springsource.slf4j.log4j/1.5.6/com.springsource.slf4j.log4j-1.5.6.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/lifecycle/1.0.0.M1-SNAPSHOT/lifecycle-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/service.listener/1.0.0.M1-SNAPSHOT/service.listener-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/simple.service/1.0.0.M1-SNAPSHOT/simple.service-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/lifecycle/1.0.0.M1/lifecycle-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/service.listener/1.0.0.M1/service.listener-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/simple.service/1.0.0.M1/simple.service-1.0.0.M1.jar"/>
<classpathentry kind="var" path="M2_REPO/net/sourceforge/cglib/com.springsource.net.sf.cglib/2.2.0/com.springsource.net.sf.cglib-2.2.0.jar" sourcepath="/CGLIB_SRC"/>
<classpathentry kind="var" path="M2_REPO/org/junit/com.springsource.junit/3.8.2/com.springsource.junit-3.8.2.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.apache.felix.main/2.0.2/org.apache.felix.main-2.0.2.jar" sourcepath="/FELIX_SRC"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-core/1.0.0.M1-SNAPSHOT/gemini-blueprint-core-1.0.0.M1-SNAPSHOT.jar" sourcepath="/OSGI_SRC_ROOT/core"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-core/1.0.0.M1/gemini-blueprint-core-1.0.0.M1.jar" sourcepath="/OSGI_SRC_ROOT/core"/>
<classpathentry kind="var" path="M2_REPO/org/osgi/osgi_R4_compendium/1.0/osgi_R4_compendium-1.0.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-test/1.0.0.M1-SNAPSHOT/gemini-blueprint-test-1.0.0.M1-SNAPSHOT.jar" sourcepath="/OSGI_SRC_ROOT/test-support/src/main/java"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-io/1.0.0.M1-SNAPSHOT/gemini-blueprint-io-1.0.0.M1-SNAPSHOT.jar" sourcepath="/OSGI_SRC_ROOT/io/src/main/java"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-test/1.0.0.M1/gemini-blueprint-test-1.0.0.M1.jar" sourcepath="/OSGI_SRC_ROOT/test-support/src/main/java"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-io/1.0.0.M1/gemini-blueprint-io-1.0.0.M1.jar" sourcepath="/OSGI_SRC_ROOT/io/src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="var" path="M2_REPO/org/objectweb/asm/com.springsource.org.objectweb.asm/2.2.3/com.springsource.org.objectweb.asm-2.2.3.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/scoped.bundle.a/1.0.0.M1-SNAPSHOT/scoped.bundle.a-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/scoped.bundle.b/1.0.0.M1-SNAPSHOT/scoped.bundle.b-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/scoped.bundle.common/1.0.0.M1-SNAPSHOT/scoped.bundle.common-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/cardinality0to1/1.0.0.M1-SNAPSHOT/cardinality0to1-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/tccl/1.0.0.M1-SNAPSHOT/tccl-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/configuration/1.0.0.M1-SNAPSHOT/configuration-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/reference.proxy/1.0.0.M1-SNAPSHOT/reference.proxy-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/scoped.bundle.a/1.0.0.M1/scoped.bundle.a-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/scoped.bundle.b/1.0.0.M1/scoped.bundle.b-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/scoped.bundle.common/1.0.0.M1/scoped.bundle.common-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/cardinality0to1/1.0.0.M1/cardinality0to1-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/tccl/1.0.0.M1/tccl-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/configuration/1.0.0.M1/configuration-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/reference.proxy/1.0.0.M1/reference.proxy-1.0.0.M1.jar"/>
<classpathentry kind="var" path="M2_REPO/javax/servlet/com.springsource.javax.servlet/2.4.0/com.springsource.javax.servlet-2.4.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/osgi/jasper.osgi/5.5.23-SNAPSHOT/jasper.osgi-5.5.23-SNAPSHOT.jar" sourcepath="/JASPER_SRC"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/osgi/catalina.osgi/5.5.23-SNAPSHOT/catalina.osgi-5.5.23-SNAPSHOT.jar" sourcepath="/CATALINA_5.5.X"/>
<classpathentry kind="var" path="M2_REPO/com/cenqua/clover/clover/2.3.1/clover-2.3.1.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-extender/1.0.0.M1-SNAPSHOT/gemini-blueprint-extender-1.0.0.M1-SNAPSHOT.jar" sourcepath="/OSGI_SRC_ROOT/extender/src/main/java"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/proxy.listener/1.0.0.M1-SNAPSHOT/proxy.listener-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/gemini-blueprint-extender/1.0.0.M1/gemini-blueprint-extender-1.0.0.M1.jar" sourcepath="/OSGI_SRC_ROOT/extender/src/main/java"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/proxy.listener/1.0.0.M1/proxy.listener-1.0.0.M1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/log4j/com.springsource.org.apache.log4j/1.2.15/com.springsource.org.apache.log4j-1.2.15.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/tccl.intf/1.0.0.M1-SNAPSHOT/tccl.intf-1.0.0.M1-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/component.scan.bundle/1.0.0.M1-SNAPSHOT/component.scan.bundle-1.0.0.M1-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/tccl.intf/1.0.0.M1/tccl.intf-1.0.0.M1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/eclipse/gemini/blueprint/iandt/component.scan.bundle/1.0.0.M1/component.scan.bundle-1.0.0.M1.jar"/>
<classpathentry kind="output" path="target/test-classes"/>
</classpath>
diff --git a/integration-tests/tests/pom.xml b/integration-tests/tests/pom.xml
index f5cc977..ff54c53 100644
--- a/integration-tests/tests/pom.xml
+++ b/integration-tests/tests/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint</groupId>
diff --git a/io/pom.xml b/io/pom.xml
index d978b3d..d5e4758 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint</groupId>
diff --git a/mock/pom.xml b/mock/pom.xml
index 008a188..c70e247 100644
--- a/mock/pom.xml
+++ b/mock/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint</groupId>
diff --git a/pom.xml b/pom.xml
index 0c0482d..d794974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint</artifactId>
<packaging>pom</packaging>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
<name>Gemini Blueprint</name>
<url>http://www.eclipse.org/gemini/blueprint/</url>
<description>
@@ -936,14 +936,14 @@
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-osgi/snapshot-site/</url>
</site>
<repository>
- <id>spring-milestone</id>
- <name>Spring Milestone Repository</name>
- <url>s3://maven.springframework.org/milestone</url>
+ <id>zodiac-milestone</id>
+ <name>Zodiac Milestone Repository</name>
+ <url>s3://zodiac.springsource.com/maven/bundles/milestone</url>
</repository>
<snapshotRepository>
- <id>spring-snapshot</id>
- <name>Spring Snapshot Repository</name>
- <url>s3://maven.springframework.org/snapshot</url>
+ <id>zodiac-snapshot</id>
+ <name>Zodiac Snapshot Repository</name>
+ <url>s3://zodiac.springsource.com/maven/bundles/snapshot</url>
</snapshotRepository>
</distributionManagement>
diff --git a/readme.txt b/readme.txt
index f564a65..5315628 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,22 +1,19 @@
-SPRING DYNAMIC MODULES FOR OSGI(tm) SERVICE PLATFORMS
------------------------------------------------------
-http://www.springframework.org/osgi
+Eclipse Gemini Blueprint
+------------------------
+http://www.eclipse.org/gemini/blueprint
1. INTRODUCTION
-The Spring Framework is the leading full-stack Java/JEE application framework. It provides
-a lightweight container and a non-invasive programming model enabled by the use of
-dependency injection, aop, and portable service abstractions. OSGi offers a dynamic
-application execution environment in which components (bundles) can be installed,
-updated, or removed on the fly. It also has excellent support for modularity and
-versioning.
+Eclipse Gemini Blueprint is the reference implementation for the OSGi Alliance Blueprint Service
+(chapter 121 of the OSGi 4.2 Compendium Specification).
-The goal of Spring’s OSGi support is to make it as easy as possible to write Spring
-applications that can be deployed in an OSGi execution environment, and that can take
-advantage of the services offered by the OSGi framework. Spring’s OSGi support also
-makes development of OSGi applications simpler and more productive by building on the
-ease-of-use and power of the Spring Framework. For enterprise applications, we envisage
-this will offer the following benefits:
+Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework.
+By using Gemini Blueprint, applications benefit from using a better separation of modules, the
+ability to dynamically add, remove, and update modules in a running system, the ability to deploy
+multiple versions of a module simultaneously (and have clients automatically bind to the
+appropriate one), and a dynamic service model.
+
+For enterprise applications, we consider that Eclipse Gemini Blueprint offers the following benefits:
* Better separation of application logic into modules
* The ability to deploy multiple versions of a module concurrently
@@ -28,41 +25,34 @@
* A simple and familiar programming model for enterprise developers to exploit the
features of the OSGi platform.
-We believe that the combination of OSGi and Spring offers the most comprehensive model
-available for building enterprise applications.
+We believe that the combination of OSGi and Spring (as the underlying IoC container) offers the most
+comprehensive model available for building enterprise applications.
-It is not a goal of Spring’s OSGi support to provide a universal model for the development
+It is not a goal of Gemini Blueprint to provide a universal model for the development
of any OSGi-based application, though some OSGi developers may of course find the Spring model
attractive and choose to adopt it. Existing OSGi bundles and any services they may export are
-easily integrated into applications using the Spring Dynamic Modules framework, as are existing Spring
+easily integrated into applications using the Eclipse Gemini Blueprint framework, as are existing Spring
configurations.
2. RELEASE INFO
-The Spring Dynamic Modules for OSGi(tm) Service Platforms is targeted at OSGi R4 and
-above, and JDK level 5.0 and above.
+The Eclipse Gemini Blueprint is targeted at OSGi R4 and above, and JDK level 5.0 and above.
Release contents:
* "src" contains the Java source files for the framework
-* "src/samples" contains various demo applications and showcases
-* "dist" contains various Spring DM distribution jar files
-* "lib" contains all third-party libraries needed for running the samples and/or building the framework
+* "dist" contains various Eclipse Gemini distribution jar files
* "docs" contains general documentation and API javadocs
-The "lib" and "src" directories are just included in the "-with-dependencies" download. Make sure to download
-this full distribution ZIP file if you want to run the sample applications and/or build the framework yourself.
Maven 2 pom.xml are provided for building the sources.
-Latest info is available at the public website: http://www.springframework.org/osgi
-Project info at the SourceForge site: http://www.springsource.org/about
+Latest info is available at the public website: http://www.eclipse.org/gemini/blueprint
-Spring Dynamic Modules is released under the terms of the Eclipse Public License v1.0 and
+Eclipse Gemini Blueprint is released under the terms of the Eclipse Public License v1.0 and
the Apache Software License. The Eclipse Public License is available at
http://www.eclipse.org/legal/epl-v10.html and the Apache License v2.0 is available at
http://www.opensource.org/licenses/apache2.0.php. Additionally, they are included in file license.txt.
You may elect to redistribute this code under either of these licenses.
-All libraries included in the "-with-dependencies" download are subject to their respective licenses.
This product includes software developed by the Apache Software Foundation (http://www.apache.org) and
OSGi Alliance (http://www.osgi.org).
@@ -70,62 +60,46 @@
The following distinct jar files are included in the distribution. This list specifies the respective contents and
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
-exact list of Spring-DM project dependencies see the respective Maven2 pom.xml files.
+exact list of Eclipse Gemini Blueprint project dependencies see the respective Maven2 pom.xml files.
-* spring-osgi-core-${version}.jar
-- Contents: The Spring Dynamic Modules Core
-- Dependencies: slf4j, spring-aop, spring-beans, spring-core, spring-context, aop-alliance, spring-osgi-io
+* gemini-blueprint-core-${version}.jar
+- Contents: The Eclipse Gemini Blueprint Core
+- Dependencies: slf4j, spring-aop, spring-beans, spring-core, spring-context, aop-alliance, gemini-blueprint-io
[Log4J]
-* spring-osgi-extender-${version}.jar
-- Contents: The Spring Dynamic Modules Extender
-- Dependencies: sl4fj, spring-osgi-core
- [Log4J, spring-osgi-annotation]
+* gemini-blueprint-extender-${version}.jar
+- Contents: The Eclipse Gemini Blueprint Extender
+- Dependencies: sl4fj, gemini-blueprint-core
+ [Log4J, gemini-blueprint-annotation]
-* spring-osgi-io-${version}.jar
-- Contents: The Spring Dynamic Modules IO library
+* gemini-blueprint-io-${version}.jar
+- Contents: The Eclipse Gemini Blueprint IO library
- Dependencies: sl4fj, spring-core
[Log4J]
-* spring-osgi-mock-${version}.jar
-- Contents: The Spring Dynamic Modules Mock library
+* gemini-blueprint-mock-${version}.jar
+- Contents: The Eclipse Gemini Blueprint Mock library
- Dependencies: OSGi API
-* spring-osgi-test-${version}.jar
-- Contents: The Spring Dynamic Modules Integration Testing framework
-- Dependencies: asm, junit, slf4j, spring-osgi-core, spring-osgi-extender
+* gemini-blueprint-test-${version}.jar
+- Contents: The Eclipse Gemini Blueprint Integration Testing framework
+- Dependencies: asm, junit, slf4j, gemini-blueprint-core, gemini-blueprint-extender
[Equinox, Felix, Knopflerfish, Log4J]
-* spring-osgi-web-${version}.jar
-- Contents: The Spring Dynamic Modules Web Support
-- Dependencies: slf4j, spring-osgi-core
- [Apache Tomcat, Jetty, Log4J]
-
-* spring-osgi-web-extender-${version}.jar
-- Contents: The Spring Dynamic Modules Web Extender
-- Dependencies: slf4j, spring-osgi-core, spring-osgi-web
- [Apache Tomcat, Jetty, Log4J]
-
-* extensions / spring-osgi-annotation-${version}.jar
-- Contents: The Spring Dynamic Modules Annotation Extension
-- Dependencies: slf4j, spring-beans, spring-core, spring-osgi-core
- [Log4J]
-
4. WHERE TO START
-This distribution contains API documentation and several sample applications illustrating the current features of Spring
-DM. The Spring Dynamic Modules reference documentation can be found at
-http://static.springframework.org/osgi/current/docs/reference/
+This distribution contains API documentation and several sample applications illustrating the current features of Gemini Blueprint.
+The Eclipse Gemini Blueprint reference documentation can be found at http://www.eclipse.org/gemini/blueprint
A great way to get started is to review and run the sample applications, supplementing with reference manual
material as needed. You will require Maven 2, which can be downloaded from http://maven.apache.org/, for building
-Spring DM.
+Gemini Blueprint.
5. ADDITIONAL RESOURCES
-The Spring Dynamic Modules homepage is located at:
+The Eclipse Gemini Blueprint homepage is located at:
- http://www.springframework.org/osgi
+ http://www.eclipse.org/gemini/blueprint
The Spring Framework portal is located at:
diff --git a/test-support/pom.xml b/test-support/pom.xml
index 33b337e..a7d06e5 100644
--- a/test-support/pom.xml
+++ b/test-support/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>gemini-blueprint</artifactId>
<groupId>org.eclipse.gemini.blueprint</groupId>
- <version>1.0.0.M1-SNAPSHOT</version>
+ <version>1.0.0.M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint</groupId>
diff --git a/test-support/src/main/resources/org/eclipse/gemini/blueprint/test/internal/boot-bundles.properties b/test-support/src/main/resources/org/eclipse/gemini/blueprint/test/internal/boot-bundles.properties
index 93d04d6..7c14baf 100644
--- a/test-support/src/main/resources/org/eclipse/gemini/blueprint/test/internal/boot-bundles.properties
+++ b/test-support/src/main/resources/org/eclipse/gemini/blueprint/test/internal/boot-bundles.properties
@@ -25,10 +25,9 @@
ignore.log4j.version=1.2.15
ignore.spring.version=3.0.3.RELEASE
-ignore.gemini.blueprint.version=1.0.0.M1-SNAPSHOT
+ignore.gemini.blueprint.version=1.0.0.M1
ignore.slf4j.version=1.5.6
ignore.asm.version=2.2.3
-ignore.antlr.version=3.0.1
# groupIds
ignore.spring.groupId=org.springframework