Author: psteitz
Date: Fri May 6 22:05:33 2011
New Revision: 1100402
URL: http://svn.apache.org/viewvc?rev=1100402&view=rev
Log:
Updated build for 2.0.
Modified:
commons/proper/dbcp/trunk/pom.xml
Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1100402&r1=1100401&r2=1100402&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Fri May 6 22:05:33 2011
@@ -25,9 +25,9 @@
<version>20</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-dbcp2</artifactId>
+ <version>2.0-SNAPSHOT</version>
<name>Commons DBCP</name>
<inceptionYear>2001</inceptionYear>
@@ -147,9 +147,9 @@
<dependencies>
<dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.5.6</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-pool2</artifactId>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -241,12 +241,6 @@
</resource>
</resources>
<testResources>
- <testResource>
- <directory>${basedir}/src/test</directory>
- <includes>
- <include>testpool.jocl</include>
- </includes>
- </testResource>
</testResources>
<plugins>
<!-- Specify cobertura version for "cobertura:cobertura" goal -->
|