You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/17 15:37:07 UTC

svn commit: r1327095 - /karaf/branches/karaf-2.3.x/demos/deployer/feature/pom.xml

Author: jbonofre
Date: Tue Apr 17 13:37:07 2012
New Revision: 1327095

URL: http://svn.apache.org/viewvc?rev=1327095&view=rev
Log:
[KARAF-1376] Update the feature demo deployer to be sync with the current Karaf version

Modified:
    karaf/branches/karaf-2.3.x/demos/deployer/feature/pom.xml

Modified: karaf/branches/karaf-2.3.x/demos/deployer/feature/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/demos/deployer/feature/pom.xml?rev=1327095&r1=1327094&r2=1327095&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/demos/deployer/feature/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/demos/deployer/feature/pom.xml Tue Apr 17 13:37:07 2012
@@ -59,7 +59,7 @@
                             <goal>generate-features-file</goal>
                         </goals>
                         <configuration>
-                            <karafVersion>2.3.0-SNAPSHOT</karafVersion>
+                            <karafVersion>${project.version}</karafVersion>
                         </configuration>
                     </execution>
                 </executions>