You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/05 13:22:01 UTC

svn commit: r1309763 - in /servicemix/smx4/bundles/trunk: commons-codec-1.2/pom.xml pom.xml

Author: jbonofre
Date: Thu Apr  5 11:22:01 2012
New Revision: 1309763

URL: http://svn.apache.org/viewvc?rev=1309763&view=rev
Log:
[SMX4-1119] Fix warning messages to commons-codec 1.2 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml?rev=1309763&r1=1309762&r2=1309763&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml Thu Apr  5 11:22:01 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -43,7 +43,7 @@
             org.apache.commons.codec
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.apache.commons.codec*
+
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309763&r1=1309762&r2=1309763&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Apr  5 11:22:01 2012
@@ -97,6 +97,7 @@
         <module>commons-beanutils-1.7.0</module>
         <module>commons-beanutils-1.8.2</module>
         <module>commons-beanutils-1.8.3</module>
+        <module>commons-codec-1.2</module>
     </modules>
 
 </project>