You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/06/19 13:45:44 UTC

svn commit: r786463 - in /servicemix/smx4/bundles/trunk: bundles-pom/pom.xml mina-1.1.7/pom.xml

Author: gnodet
Date: Fri Jun 19 11:45:44 2009
New Revision: 786463

URL: http://svn.apache.org/viewvc?rev=786463&view=rev
Log:
Try to fix mina 1.1.7 bundle so that it can work in karaf

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
    servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=786463&r1=786462&r2=786463&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Fri Jun 19 11:45:44 2009
@@ -89,7 +89,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.1</version>
+                <version>2.0.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -99,6 +99,7 @@
                         <Private-Package>${servicemix.osgi.private.pkg}</Private-Package>
                         <DynamicImport-Package>${servicemix.osgi.dynamicimport.pkg}</DynamicImport-Package>
                         <_failok>${servicemix.osgi.failok}</_failok>
+                        <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>
                     <unpackBundle>true</unpackBundle>
                 </configuration>

Modified: servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml?rev=786463&r1=786462&r2=786463&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml Fri Jun 19 11:45:44 2009
@@ -23,7 +23,7 @@
     <parent>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>bundles-pom</artifactId>
-      <version>3</version>
+      <version>4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>