You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2007/12/07 15:52:12 UTC

svn commit: r602112 - /servicemix/branches/servicemix-4.0/pom.xml

Author: chirino
Date: Fri Dec  7 06:52:11 2007
New Revision: 602112

URL: http://svn.apache.org/viewvc?rev=602112&view=rev
Log:
Update to the SNAPSHOT version so that we can use the unpackBundle feature

Modified:
    servicemix/branches/servicemix-4.0/pom.xml

Modified: servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/pom.xml?rev=602112&r1=602111&r2=602112&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/pom.xml Fri Dec  7 06:52:11 2007
@@ -805,8 +805,11 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>1.0.0</version>
+                    <version>1.1.0-SNAPSHOT</version>
                     <extensions>true</extensions>
+                    <configuration>
+                        <unpackBundle>true</unpackBundle>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>