You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2007/04/04 10:56:09 UTC

svn commit: r525463 - in /jakarta/commons/proper/configuration/trunk: build.xml pom.xml project.xml

Author: oheger
Date: Wed Apr  4 01:56:08 2007
New Revision: 525463

URL: http://svn.apache.org/viewvc?view=rev&rev=525463
Log:
Updated dependency to commons-dbcp to avoid problems with jdbc-stdext in m2 build

Modified:
    jakarta/commons/proper/configuration/trunk/build.xml
    jakarta/commons/proper/configuration/trunk/pom.xml
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/build.xml?view=diff&rev=525463&r1=525462&r2=525463
==============================================================================
--- jakarta/commons/proper/configuration/trunk/build.xml (original)
+++ jakarta/commons/proper/configuration/trunk/build.xml Wed Apr  4 01:56:08 2007
@@ -253,7 +253,7 @@
     </get>
     <get dest="${libdir}/servletapi-2.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.4.jar">
     </get>
-    <get dest="${libdir}/commons-dbcp-1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-dbcp/jars/commons-dbcp-1.1.jar">
+    <get dest="${libdir}/commons-dbcp-1.2.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-dbcp/jars/commons-dbcp-1.2.2.jar">
     </get>
     <get dest="${libdir}/commons-pool-1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-pool/jars/commons-pool-1.1.jar">
     </get>

Modified: jakarta/commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/pom.xml?view=diff&rev=525463&r1=525462&r2=525463
==============================================================================
--- jakarta/commons/proper/configuration/trunk/pom.xml (original)
+++ jakarta/commons/proper/configuration/trunk/pom.xml Wed Apr  4 01:56:08 2007
@@ -147,7 +147,7 @@
 
     <contributors>
         <contributor>
-          <name>Jörg Schaible</name>
+          <name>J�rg Schaible</name>
           <email>joerg.schaible@gmx.de</email>
           <organization>Elsag-Solutions AG</organization>
           <timezone>+1</timezone>
@@ -263,7 +263,7 @@
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
-      <version>1.1</version>
+      <version>1.2.2</version>
       <scope>test</scope>
     </dependency>
 

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&rev=525463&r1=525462&r2=525463
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Wed Apr  4 01:56:08 2007
@@ -336,7 +336,7 @@
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
-      <version>1.1</version>
+      <version>1.2.2</version>
       <properties>
         <scope>test</scope>
       </properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org