Required POM changes to use the latest snapshot of the bundleplugin for the complete build
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@605980 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/dictionaryclient/pom.xml b/examples/dictionaryclient/pom.xml
index 1c271a4..4e32d60 100644
--- a/examples/dictionaryclient/pom.xml
+++ b/examples/dictionaryclient/pom.xml
@@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/dictionaryclient2/pom.xml b/examples/dictionaryclient2/pom.xml
index fb10671..13ea3f4 100644
--- a/examples/dictionaryclient2/pom.xml
+++ b/examples/dictionaryclient2/pom.xml
@@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/dictionaryservice.itest/pom.xml b/examples/dictionaryservice.itest/pom.xml
index b8ade33..ea2d51d 100644
--- a/examples/dictionaryservice.itest/pom.xml
+++ b/examples/dictionaryservice.itest/pom.xml
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/dictionaryservice/pom.xml b/examples/dictionaryservice/pom.xml
index 56c8cc9..7d9fa02 100644
--- a/examples/dictionaryservice/pom.xml
+++ b/examples/dictionaryservice/pom.xml
@@ -23,7 +23,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/eventlistener/pom.xml b/examples/eventlistener/pom.xml
index 05416a3..a523faa 100644
--- a/examples/eventlistener/pom.xml
+++ b/examples/eventlistener/pom.xml
@@ -23,7 +23,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/extenderbased.circle/pom.xml b/examples/extenderbased.circle/pom.xml
index 51784b2..cc951b7 100644
--- a/examples/extenderbased.circle/pom.xml
+++ b/examples/extenderbased.circle/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/extenderbased.host/pom.xml b/examples/extenderbased.host/pom.xml
index 0ec0715..a2a6c96 100644
--- a/examples/extenderbased.host/pom.xml
+++ b/examples/extenderbased.host/pom.xml
@@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/extenderbased.square/pom.xml b/examples/extenderbased.square/pom.xml
index deaacf1..b212ca2 100644
--- a/examples/extenderbased.square/pom.xml
+++ b/examples/extenderbased.square/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/extenderbased.triangle/pom.xml b/examples/extenderbased.triangle/pom.xml
index 72539be..8a87752 100644
--- a/examples/extenderbased.triangle/pom.xml
+++ b/examples/extenderbased.triangle/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/frenchdictionary/pom.xml b/examples/frenchdictionary/pom.xml
index cd6a732..e4805c0 100644
--- a/examples/frenchdictionary/pom.xml
+++ b/examples/frenchdictionary/pom.xml
@@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/servicebased.circle/pom.xml b/examples/servicebased.circle/pom.xml
index 10008bb..b446fa0 100644
--- a/examples/servicebased.circle/pom.xml
+++ b/examples/servicebased.circle/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/servicebased.host/pom.xml b/examples/servicebased.host/pom.xml
index eb14650..6225a9c 100644
--- a/examples/servicebased.host/pom.xml
+++ b/examples/servicebased.host/pom.xml
@@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/servicebased.square/pom.xml b/examples/servicebased.square/pom.xml
index 2a5fc47..2ae39d2 100644
--- a/examples/servicebased.square/pom.xml
+++ b/examples/servicebased.square/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/servicebased.triangle/pom.xml b/examples/servicebased.triangle/pom.xml
index 88c96c8..a4be420 100644
--- a/examples/servicebased.triangle/pom.xml
+++ b/examples/servicebased.triangle/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/spellcheckbinder/pom.xml b/examples/spellcheckbinder/pom.xml
index 3215909..4515826 100644
--- a/examples/spellcheckbinder/pom.xml
+++ b/examples/spellcheckbinder/pom.xml
@@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/spellcheckclient/pom.xml b/examples/spellcheckclient/pom.xml
index 5e9e497..113e627 100644
--- a/examples/spellcheckclient/pom.xml
+++ b/examples/spellcheckclient/pom.xml
@@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/spellcheckscr/pom.xml b/examples/spellcheckscr/pom.xml
index c8d3e68..a12c1a6 100644
--- a/examples/spellcheckscr/pom.xml
+++ b/examples/spellcheckscr/pom.xml
@@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>
diff --git a/examples/spellcheckservice/pom.xml b/examples/spellcheckservice/pom.xml
index ece9665..c197827 100644
--- a/examples/spellcheckservice/pom.xml
+++ b/examples/spellcheckservice/pom.xml
@@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<instructions>