You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cm...@apache.org on 2011/12/08 11:31:55 UTC

svn commit: r1211808 - /karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml

Author: cmoulliard
Date: Thu Dec  8 10:31:54 2011
New Revision: 1211808

URL: http://svn.apache.org/viewvc?rev=1211808&view=rev
Log:
Create a property to define the maven-bundle-plugin to be used

Modified:
    karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml

Modified: karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml?rev=1211808&r1=1211807&r2=1211808&view=diff
==============================================================================
--- karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml (original)
+++ karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml Thu Dec  8 10:31:54 2011
@@ -29,13 +29,14 @@
         <junit.version>^junit.bundle.version^</junit.version>
         <osgi.version>^osgi.version^</osgi.version>
         <karaf.version>^project.version^</karaf.version>
+        <maven-bundle-plugin.version>^felix.plugin.version^</maven-bundle-plugin.version>
     </properties>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
-            <version>2.99.99-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
@@ -73,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.1.0</version>
+                <version>${maven-bundle-plugin.version}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>