Add variable for maven-bundle-plugin, value 2.3.7

git-svn-id: https://svn.apache.org/repos/asf/karaf/webconsole/trunk@1331516 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/camel/pom.xml b/camel/pom.xml
index c7a07e9..1fecbb0 100644
--- a/camel/pom.xml
+++ b/camel/pom.xml
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/core/pom.xml b/core/pom.xml
index 25dd75e..c5a45fb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -96,7 +96,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/cxf/pom.xml b/cxf/pom.xml
index e0d3a9c..bf285cd 100644
--- a/cxf/pom.xml
+++ b/cxf/pom.xml
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/examples/events/consumer/pom.xml b/examples/events/consumer/pom.xml
index d936b82..9138343 100644
--- a/examples/events/consumer/pom.xml
+++ b/examples/events/consumer/pom.xml
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/examples/events/provider/pom.xml b/examples/events/provider/pom.xml
index d78c554..d3be077 100644
--- a/examples/events/provider/pom.xml
+++ b/examples/events/provider/pom.xml
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/examples/scala/pom.xml b/examples/scala/pom.xml
index d519cf8..d51c4d9 100644
--- a/examples/scala/pom.xml
+++ b/examples/scala/pom.xml
@@ -61,7 +61,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/examples/scr/pom.xml b/examples/scr/pom.xml
index 1cf75a9..e35ab83 100644
--- a/examples/scr/pom.xml
+++ b/examples/scr/pom.xml
@@ -43,7 +43,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/karaf/admin/pom.xml b/karaf/admin/pom.xml
index 6bdc7a5..52c895a 100644
--- a/karaf/admin/pom.xml
+++ b/karaf/admin/pom.xml
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/karaf/core/pom.xml b/karaf/core/pom.xml
index a134c6b..1ff409d 100644
--- a/karaf/core/pom.xml
+++ b/karaf/core/pom.xml
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/karaf/feature/pom.xml b/karaf/feature/pom.xml
index 9cf29f1..faacbb4 100644
--- a/karaf/feature/pom.xml
+++ b/karaf/feature/pom.xml
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/manual/pom.xml b/manual/pom.xml
index 09afe6d..b596314 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -164,6 +164,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>${maven-bundle.version}</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>
@@ -197,6 +198,7 @@
                         <Webapp-Context>/karaf-doc</Webapp-Context>
                     </instructions>
                 </configuration>
+                <extensions>true</extensions>
             </plugin>
         </plugins>
     </build>
diff --git a/osgi/blueprint/pom.xml b/osgi/blueprint/pom.xml
index 101d7b6..b01ee53 100644
--- a/osgi/blueprint/pom.xml
+++ b/osgi/blueprint/pom.xml
@@ -48,7 +48,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/osgi/config/pom.xml b/osgi/config/pom.xml
index 25dfe7c..8a7d134 100644
--- a/osgi/config/pom.xml
+++ b/osgi/config/pom.xml
@@ -46,6 +46,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>${maven-bundle.version}</version>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
diff --git a/osgi/core/pom.xml b/osgi/core/pom.xml
index 7b5af22..8a1acea 100644
--- a/osgi/core/pom.xml
+++ b/osgi/core/pom.xml
@@ -66,6 +66,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>${maven-bundle.version}</version>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
diff --git a/osgi/event/pom.xml b/osgi/event/pom.xml
index e6db382..c88cc1e 100644
--- a/osgi/event/pom.xml
+++ b/osgi/event/pom.xml
@@ -46,6 +46,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>${maven-bundle.version}</version>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
diff --git a/osgi/log/pom.xml b/osgi/log/pom.xml
index 2080df0..7821d0d 100644
--- a/osgi/log/pom.xml
+++ b/osgi/log/pom.xml
@@ -46,6 +46,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>${maven-bundle.version}</version>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
diff --git a/osgi/scr/pom.xml b/osgi/scr/pom.xml
index 87812a1..1508ed3 100644
--- a/osgi/scr/pom.xml
+++ b/osgi/scr/pom.xml
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
diff --git a/pom.xml b/pom.xml
index 41e1e1e..6c1b5e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
         <nmr.version>1.4.0</nmr.version>
         <camel.version>2.6.0</camel.version>
         <cxf.version>2.5.1</cxf.version>
+        <maven-bundle.version>2.3.7</maven-bundle.version>
     </properties>
 
     <modules>
diff --git a/servicemix/pom.xml b/servicemix/pom.xml
index 1e8c058..5f04bfd 100644
--- a/servicemix/pom.xml
+++ b/servicemix/pom.xml
@@ -76,7 +76,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.7</version>
+                <version>${maven-bundle.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>