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 2019/07/30 18:25:42 UTC

[commons-dbcp] 13/18: Revert "Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final."

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git

commit d7a3d8084761118d035a6a603bdc606ef58210ad
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 30 09:41:55 2019 -0400

    Revert "Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final."
    
    This reverts commit d1c5839750223df95caaf541b184bc1c080b7676.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d40493a..0dcbd00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
     <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging</artifactId>
-      <version>3.4.0.Final</version>
+      <version>3.3.2.Final</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02ffebc..0f38f0d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,16 +60,13 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
   <body>
-    <release version="2.6.1" date="2019-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+    <release version="2.6.1" date="YYYY-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from com.h2database:h2 1.4.197 to 1.4.199.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from org.jboss.narayana.jta:narayana-jta 5.9.2.Final to 5.9.5.Final.
       </action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final.
-      </action>
     </release>
     <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">