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:27:29 UTC

svn commit: r1309772 - in /servicemix/smx4/bundles/trunk: commons-dbcp-1.4/pom.xml pom.xml

Author: jbonofre
Date: Thu Apr  5 11:27:28 2012
New Revision: 1309772

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

Modified:
    servicemix/smx4/bundles/trunk/commons-dbcp-1.4/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-dbcp-1.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-dbcp-1.4/pom.xml?rev=1309772&r1=1309771&r2=1309772&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-dbcp-1.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-dbcp-1.4/pom.xml Thu Apr  5 11:27:28 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>
 
@@ -44,8 +44,7 @@
             org.apache.commons.jocl*;version=${pkgVersion};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            org.apache.commons.pool*;version="[1.3,2)",
-            *
+            org.apache.commons.pool*;version="[1.5,2)"
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.dynamicimport.pkg>
             *
@@ -103,4 +102,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309772&r1=1309771&r2=1309772&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Apr  5 11:27:28 2012
@@ -104,6 +104,7 @@
         <module>commons-csv-1.0</module>
         <module>commons-dbcp-1.2.2</module>
         <module>commons-dbcp-1.3</module>
+        <module>commons-dbcp-1.4</module>
     </modules>
 
 </project>