Author: sebb
Date: Thu Nov 26 10:51:05 2009
New Revision: 884497
URL: http://svn.apache.org/viewvc?rev=884497&view=rev
Log:
Findbugs => 2.1, jta-spec => 1.1.1
Modified:
commons/proper/dbcp/trunk/build.properties.sample
commons/proper/dbcp/trunk/pom.xml
Modified: commons/proper/dbcp/trunk/build.properties.sample
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=884497&r1=884496&r2=884497&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.properties.sample (original)
+++ commons/proper/dbcp/trunk/build.properties.sample Thu Nov 26 10:51:05 2009
@@ -46,7 +46,7 @@
commons-logging.jar=${commons-logging.home}/commons-logging-1.1.1.jar
# JTA - needed for managed connections
-jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar
+jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
jta-impl.jar=${repository}/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar
# JTA dependencies - required so the test cases run
Modified: commons/proper/dbcp/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=884497&r1=884496&r2=884497&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Thu Nov 26 10:51:05 2009
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
- <version>1.1</version>
+ <version>1.1.1</version>
<optional>true</optional>
</dependency>
@@ -313,7 +313,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>1.2</version>
+ <version>2.1</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>