Use released version of maven bundle plugin.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@614132 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/ant/pom.xml b/ipojo/ant/pom.xml
index f41eb6f..d58a2ca 100644
--- a/ipojo/ant/pom.xml
+++ b/ipojo/ant/pom.xml
@@ -57,7 +57,7 @@
   	<plugin>

     	<groupId>org.apache.felix</groupId>

     	<artifactId>maven-bundle-plugin</artifactId>

-    	<version>1.1.0-SNAPSHOT</version>

+        <version>1.2.0</version>
     	<extensions>true</extensions>

     	<configuration>

         	<instructions>          

diff --git a/ipojo/arch/pom.xml b/ipojo/arch/pom.xml
index 9c394f4..3f4f0a7 100644
--- a/ipojo/arch/pom.xml
+++ b/ipojo/arch/pom.xml
@@ -50,7 +50,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index 04aab9a..b507188 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -55,7 +55,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>          
diff --git a/ipojo/event.admin.handler/pom.xml b/ipojo/event.admin.handler/pom.xml
index ca00dd7..d7ddecd 100644
--- a/ipojo/event.admin.handler/pom.xml
+++ b/ipojo/event.admin.handler/pom.xml
@@ -54,6 +54,7 @@
       <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-bundle-plugin</artifactId>

+        <version>1.2.0</version>
         <extensions>true</extensions>

         <configuration>

           <instructions>

diff --git a/ipojo/jmx.handler/pom.xml b/ipojo/jmx.handler/pom.xml
index 86e8574..336a5d2 100644
--- a/ipojo/jmx.handler/pom.xml
+++ b/ipojo/jmx.handler/pom.xml
@@ -52,6 +52,7 @@
 			<plugin>

 				<groupId>org.apache.felix</groupId>

 				<artifactId>maven-bundle-plugin</artifactId>

+                <version>1.2.0</version>
 				<extensions>true</extensions>

 				<configuration>

 					<instructions>

diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index a61035d..c0c378d 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>          
diff --git a/ipojo/metadata/pom.xml b/ipojo/metadata/pom.xml
index 0d14cde..8045bd3 100644
--- a/ipojo/metadata/pom.xml
+++ b/ipojo/metadata/pom.xml
@@ -33,7 +33,7 @@
   	<plugin>
     	<groupId>org.apache.felix</groupId>
     	<artifactId>maven-bundle-plugin</artifactId>
-    	<version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     	<extensions>true</extensions>
     	<configuration>
         	<instructions>          
diff --git a/ipojo/plugin/src/main/resources/archetype-resources/pom.xml b/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
index 94e900f..56b03f8 100644
--- a/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
+++ b/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
@@ -27,6 +27,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/javax.servlet/pom.xml b/javax.servlet/pom.xml
index aa059b6..a519844 100644
--- a/javax.servlet/pom.xml
+++ b/javax.servlet/pom.xml
@@ -34,7 +34,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/jmood/pom.xml b/jmood/pom.xml
index c92fba5..7f6da40 100644
--- a/jmood/pom.xml
+++ b/jmood/pom.xml
@@ -80,7 +80,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/jmxintrospector/pom.xml b/jmxintrospector/pom.xml
index 3007687..7718885 100644
--- a/jmxintrospector/pom.xml
+++ b/jmxintrospector/pom.xml
@@ -46,7 +46,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/log/pom.xml b/log/pom.xml
index edaad31..8ac57d7 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/main/pom.xml b/main/pom.xml
index 5cac0b4..55346bf 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -92,7 +92,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/metatype/pom.xml b/metatype/pom.xml
index 10e95f5..e3d3b40 100644
--- a/metatype/pom.xml
+++ b/metatype/pom.xml
@@ -57,7 +57,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/mosgi/console.component/pom.xml b/mosgi/console.component/pom.xml
index cd9a5a2..d977adb 100644
--- a/mosgi/console.component/pom.xml
+++ b/mosgi/console.component/pom.xml
@@ -58,7 +58,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/console.gui/pom.xml b/mosgi/console.gui/pom.xml
index 2c89456..406e6b3 100644
--- a/mosgi/console.gui/pom.xml
+++ b/mosgi/console.gui/pom.xml
@@ -78,7 +78,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/console.ifc/pom.xml b/mosgi/console.ifc/pom.xml
index 44cbcbe..5cd600c 100644
--- a/mosgi/console.ifc/pom.xml
+++ b/mosgi/console.ifc/pom.xml
@@ -51,7 +51,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/jmx.agent/pom.xml b/mosgi/jmx.agent/pom.xml
index dab2e4d..cfd5b68 100644
--- a/mosgi/jmx.agent/pom.xml
+++ b/mosgi/jmx.agent/pom.xml
@@ -65,7 +65,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/jmx.httpconnector/pom.xml b/mosgi/jmx.httpconnector/pom.xml
index 8e23d1d..bb96e2d 100644
--- a/mosgi/jmx.httpconnector/pom.xml
+++ b/mosgi/jmx.httpconnector/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/jmx.registry/pom.xml b/mosgi/jmx.registry/pom.xml
index 761477d..f1dea3d 100644
--- a/mosgi/jmx.registry/pom.xml
+++ b/mosgi/jmx.registry/pom.xml
@@ -64,7 +64,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/jmx.remotelogger/pom.xml b/mosgi/jmx.remotelogger/pom.xml
index 63efc59..f367759 100644
--- a/mosgi/jmx.remotelogger/pom.xml
+++ b/mosgi/jmx.remotelogger/pom.xml
@@ -58,7 +58,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/jmx.rmiconnector/pom.xml b/mosgi/jmx.rmiconnector/pom.xml
index ebe0fd5..3dea1c3 100644
--- a/mosgi/jmx.rmiconnector/pom.xml
+++ b/mosgi/jmx.rmiconnector/pom.xml
@@ -83,7 +83,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.bundlesprobes.tab/pom.xml b/mosgi/managedelements.bundlesprobes.tab/pom.xml
index 7b8bf8b..fdf4967 100644
--- a/mosgi/managedelements.bundlesprobes.tab/pom.xml
+++ b/mosgi/managedelements.bundlesprobes.tab/pom.xml
@@ -71,7 +71,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.bundlesprobes/pom.xml b/mosgi/managedelements.bundlesprobes/pom.xml
index a7e99d4..0c45eb2 100644
--- a/mosgi/managedelements.bundlesprobes/pom.xml
+++ b/mosgi/managedelements.bundlesprobes/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.memoryprobe/pom.xml b/mosgi/managedelements.memoryprobe/pom.xml
index c5a396a..e61a249 100644
--- a/mosgi/managedelements.memoryprobe/pom.xml
+++ b/mosgi/managedelements.memoryprobe/pom.xml
@@ -76,7 +76,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.obrprobe.tab/pom.xml b/mosgi/managedelements.obrprobe.tab/pom.xml
index 0e485b2..a42b0f4 100644
--- a/mosgi/managedelements.obrprobe.tab/pom.xml
+++ b/mosgi/managedelements.obrprobe.tab/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.obrprobe/pom.xml b/mosgi/managedelements.obrprobe/pom.xml
index 3d28604..7626ffe 100644
--- a/mosgi/managedelements.obrprobe/pom.xml
+++ b/mosgi/managedelements.obrprobe/pom.xml
@@ -77,7 +77,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.osgiprobes.tab/pom.xml b/mosgi/managedelements.osgiprobes.tab/pom.xml
index 03e77da..0ddbf39 100644
--- a/mosgi/managedelements.osgiprobes.tab/pom.xml
+++ b/mosgi/managedelements.osgiprobes.tab/pom.xml
@@ -64,7 +64,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/mosgi/managedelements.osgiprobes/pom.xml b/mosgi/managedelements.osgiprobes/pom.xml
index 7ae50a5..026de91 100644
--- a/mosgi/managedelements.osgiprobes/pom.xml
+++ b/mosgi/managedelements.osgiprobes/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/org.osgi.compendium/pom.xml b/org.osgi.compendium/pom.xml
index 6f2cdbc..70bab70 100644
--- a/org.osgi.compendium/pom.xml
+++ b/org.osgi.compendium/pom.xml
@@ -54,7 +54,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/org.osgi.core/pom.xml b/org.osgi.core/pom.xml
index f38eb04..88e8283 100644
--- a/org.osgi.core/pom.xml
+++ b/org.osgi.core/pom.xml
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/prefs/pom.xml b/prefs/pom.xml
index f41b496..96734d1 100644
--- a/prefs/pom.xml
+++ b/prefs/pom.xml
@@ -59,7 +59,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/scr/pom.xml b/scr/pom.xml
index 89c02cc..b7ce153 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -58,7 +58,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/servicebinder/pom.xml b/servicebinder/pom.xml
index 7535cb2..dc81e9e 100644
--- a/servicebinder/pom.xml
+++ b/servicebinder/pom.xml
@@ -46,7 +46,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/shell.gui.plugin/pom.xml b/shell.gui.plugin/pom.xml
index cb549f0..f596a0e 100644
--- a/shell.gui.plugin/pom.xml
+++ b/shell.gui.plugin/pom.xml
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/shell.gui/pom.xml b/shell.gui/pom.xml
index 3855817..7914202 100644
--- a/shell.gui/pom.xml
+++ b/shell.gui/pom.xml
@@ -41,7 +41,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/shell.tui/pom.xml b/shell.tui/pom.xml
index 4805aec..74b62ff 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -46,7 +46,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/shell/pom.xml b/shell/pom.xml
index 0d593bb..6f133f1 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -40,7 +40,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/upnp/basedriver/pom.xml b/upnp/basedriver/pom.xml
index 70d8a44..7457798 100644
--- a/upnp/basedriver/pom.xml
+++ b/upnp/basedriver/pom.xml
@@ -75,7 +75,7 @@
           <plugin>
             <groupId>org.apache.felix</groupId>
             <artifactId>maven-bundle-plugin</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.2.0</version>
             <extensions>true</extensions>
             <configuration>
               <instructions>
@@ -138,7 +138,7 @@
           <plugin>
             <groupId>org.apache.felix</groupId>
             <artifactId>maven-bundle-plugin</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.2.0</version>
             <extensions>true</extensions>
             <configuration>
               <instructions>
diff --git a/upnp/extra/pom.xml b/upnp/extra/pom.xml
index fcefc72..c57a5c7 100644
--- a/upnp/extra/pom.xml
+++ b/upnp/extra/pom.xml
@@ -44,7 +44,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
diff --git a/upnp/samples/binarylight/pom.xml b/upnp/samples/binarylight/pom.xml
index 84a95a2..371adfa 100644
--- a/upnp/samples/binarylight/pom.xml
+++ b/upnp/samples/binarylight/pom.xml
@@ -35,7 +35,7 @@
       <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-bundle-plugin</artifactId>

-        <version>1.1.0-SNAPSHOT</version>

+        <version>1.2.0</version>
         <extensions>true</extensions>

         <configuration>

           <instructions>

diff --git a/upnp/samples/clock/pom.xml b/upnp/samples/clock/pom.xml
index 6d35892..bb969f0 100644
--- a/upnp/samples/clock/pom.xml
+++ b/upnp/samples/clock/pom.xml
@@ -35,7 +35,7 @@
       <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-bundle-plugin</artifactId>

-        <version>1.1.0-SNAPSHOT</version>

+        <version>1.2.0</version>
         <extensions>true</extensions>

         <configuration>

           <instructions>

diff --git a/upnp/samples/tv/pom.xml b/upnp/samples/tv/pom.xml
index ffd474a..6f48f01 100644
--- a/upnp/samples/tv/pom.xml
+++ b/upnp/samples/tv/pom.xml
@@ -35,7 +35,7 @@
       <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-bundle-plugin</artifactId>

-        <version>1.1.0-SNAPSHOT</version>

+        <version>1.2.0</version>
         <extensions>true</extensions>

         <configuration>

           <instructions>

diff --git a/upnp/tester/pom.xml b/upnp/tester/pom.xml
index 05900c5..25ae7a9 100644
--- a/upnp/tester/pom.xml
+++ b/upnp/tester/pom.xml
@@ -35,7 +35,7 @@
       <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-bundle-plugin</artifactId>

-        <version>1.1.0-SNAPSHOT</version>

+        <version>1.2.0</version>
         <extensions>true</extensions>

         <configuration>

           <instructions>

diff --git a/wireadmin/pom.xml b/wireadmin/pom.xml
index f4ac283..dab4129 100644
--- a/wireadmin/pom.xml
+++ b/wireadmin/pom.xml
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>