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 2022/09/25 14:07:00 UTC

[commons-dbcp] branch master updated (54ef9d3d -> 74bf1671)

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

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


    from 54ef9d3d Make BasicDataSource.getConnectionPool() public.
     new 86239bc4 Bump junit-jupiter from 5.9.0 to 5.9.1
     new 67db90a0 Bump maven-pmd-plugin from 3.18.0 to 3.19.0
     new 8e2f14c2 Bump pmd from 6.48.0 to 6.49.0
     new 74bf1671 Inherit Apache RAT version from commons-parent

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 7 +++----
 src/changes/changes.xml | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)


[commons-dbcp] 03/04: Bump pmd from 6.48.0 to 6.49.0

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e2f14c2db752e2b71e148341ba435c723bf8b9f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:05:24 2022 -0400

    Bump pmd from 6.48.0 to 6.49.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c69d59ec..ad428fe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,7 +338,7 @@
     <spotbugs.plugin.version>4.7.2.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.2</spotbugs.impl.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.9.0</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index facc9b6d..693491ee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -172,7 +172,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #132, #172, #195.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-        Bump pmd from 6.44.0 to 6.48.0.
+        Bump pmd from 6.44.0 to 6.49.0.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump narayana-jta from 5.12.0.Final to 5.12.7.Final #134, #156, #163, #185, #197.


[commons-dbcp] 02/04: Bump maven-pmd-plugin from 3.18.0 to 3.19.0

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 67db90a09984d22cfcc8e05410db11a78bff2c35
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:04:45 2022 -0400

    Bump maven-pmd-plugin from 3.18.0 to 3.19.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 680e36c0..c69d59ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,7 +337,7 @@
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
     <spotbugs.plugin.version>4.7.2.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.2</spotbugs.impl.version>
-    <commons.pmd.version>3.18.0</commons.pmd.version>
+    <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.9.0</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e008bc89..facc9b6d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,7 +169,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-javadoc-plugin from 3.3.0 to 3.4.1 #131, #184.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-        Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #132, #172, #195.
+        Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #132, #172, #195.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump pmd from 6.44.0 to 6.48.0.


[commons-dbcp] 04/04: Inherit Apache RAT version from commons-parent

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 74bf167189a7558c1a90c1d839836f0251be0c2f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:06:56 2022 -0400

    Inherit Apache RAT version from commons-parent
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad428fe0..a2a38747 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,6 @@
     <commons.pool.version>2.11.1</commons.pool.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.rat.version>0.14</commons.rat.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>


[commons-dbcp] 01/04: Bump junit-jupiter from 5.9.0 to 5.9.1

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 86239bc426f2812f1c2be03a37a049b730f07c4d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:02:10 2022 -0400

    Bump junit-jupiter from 5.9.0 to 5.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9bcb1b4..680e36c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
 
@@ -324,6 +323,7 @@
     <commons.jira.id>DBCP</commons.jira.id>
     <commons.jira.pid>12310469</commons.jira.pid>
     <!-- Override CP version until that is updated -->
+    <commons.junit.version>5.9.1</commons.junit.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>