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 2010/03/02 09:24:37 UTC

svn commit: r917914 - in /servicemix/smx3/trunk: pom.xml samples/database-bean/database-bean-su/pom.xml

Author: jbonofre
Date: Tue Mar  2 08:24:37 2010
New Revision: 917914

URL: http://svn.apache.org/viewvc?rev=917914&view=rev
Log:
Upgrade to use commons-dbcp 1.3.

Modified:
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/samples/database-bean/database-bean-su/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=917914&r1=917913&r2=917914&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Tue Mar  2 08:24:37 2010
@@ -893,7 +893,7 @@
             <dependency>
                 <groupId>commons-dbcp</groupId>
                 <artifactId>commons-dbcp</artifactId>
-                <version>1.2.1</version>
+                <version>1.3</version>
             </dependency>
             <dependency>
                 <groupId>commons-discovery</groupId>

Modified: servicemix/smx3/trunk/samples/database-bean/database-bean-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/database-bean/database-bean-su/pom.xml?rev=917914&r1=917913&r2=917914&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/database-bean/database-bean-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/database-bean/database-bean-su/pom.xml Tue Mar  2 08:24:37 2010
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>commons-dbcp</groupId>
             <artifactId>commons-dbcp</artifactId>
-            <version>1.2.2</version>
+            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>com.oracle</groupId>
@@ -72,4 +72,4 @@
         </plugins>
     </build>
          
-</project>
\ No newline at end of file
+</project>