You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/13 00:26:09 UTC

[29/50] [abbrv] commons-dbcp git commit: Update tests from jboss-transaction-api_1.2_spec 1.0.0.Final to 1.1.1.Final.

Update tests from jboss-transaction-api_1.2_spec 1.0.0.Final to
1.1.1.Final.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/e981cae1
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/e981cae1
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/e981cae1

Branch: refs/heads/release
Commit: e981cae13f7ccb848a827a7b0c6c007f37a01ea9
Parents: 72e5390
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jul 8 11:25:26 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jul 8 11:25:26 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/e981cae1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cb9ce4..67b6f3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@
     <dependency>
       <groupId>org.jboss.spec.javax.transaction</groupId>
       <artifactId>jboss-transaction-api_1.2_spec</artifactId>
-      <version>1.0.0.Final</version>
+      <version>1.1.1.Final</version>
       <scope>test</scope>
     </dependency>
     <dependency>