Use snapshot of maven bundle plugin to work around FELIX-1262

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@810409 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/commands/pom.xml b/gogo/commands/pom.xml
index 9949699..86644cb 100644
--- a/gogo/commands/pom.xml
+++ b/gogo/commands/pom.xml
@@ -49,7 +49,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/gogo/console/pom.xml b/gogo/console/pom.xml
index dc81440..eb92b3f 100644
--- a/gogo/console/pom.xml
+++ b/gogo/console/pom.xml
@@ -49,7 +49,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/gogo/launcher/pom.xml b/gogo/launcher/pom.xml
index d158314..d0688d5 100644
--- a/gogo/launcher/pom.xml
+++ b/gogo/launcher/pom.xml
@@ -32,7 +32,6 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>1.8.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -50,7 +49,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/gogo/pom.xml b/gogo/pom.xml
index f35c3e9..f636ec8 100644
--- a/gogo/pom.xml
+++ b/gogo/pom.xml
@@ -44,6 +44,12 @@
         <dependencies>
             <dependency>
                 <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.framework</artifactId>
+                <version>1.8.1</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.core</artifactId>
                 <version>1.2.0</version>
                 <scope>provided</scope>
@@ -89,6 +95,12 @@
                         <preparationGoals>clean verify install</preparationGoals>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.0.1-SNAPSHOT</version>
+                    <extensions>true</extensions>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 2a3a9e7..fe874aa 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -50,7 +50,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>