Author: psteitz Date: Fri Jun 19 03:55:58 2009 New Revision: 786360 URL: http://svn.apache.org/viewvc?rev=786360&view=rev Log: Update pool version to 1.5.1
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=786360&r1=786359&r2=786360&view=diff ============================================================================== --- commons/proper/dbcp/trunk/pom.xml (original) +++ commons/proper/dbcp/trunk/pom.xml Fri Jun 19 03:55:58 2009 @@ -146,7 +146,7 @@ <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> - <version>1.4</version> + <version>1.5.1</version> </dependency> <dependency> @@ -252,6 +252,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <reportFormat>plain</reportFormat> <includes> <include>org/apache/commons/dbcp/TestAbandonedObjectPool.java</include> <include>org/apache/commons/jocl/TestJOCLContentHandler.java</include>