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
The following commit(s) were added to refs/heads/master by this push: new 89234dbd Bump apache-rat-plugin 0.13 to 0.14. 89234dbd is described below commit 89234dbd3c6a899d17c81e8c5ca808d1bd76f5ee Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 9 17:32:07 2022 -0400 Bump apache-rat-plugin 0.13 to 0.14. --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 441c1caa..780bd2b8 100644 --- a/pom.xml +++ b/pom.xml @@ -330,6 +330,7 @@ <commons.pool.version>2.11.1</commons.pool.version> <commons.japicmp.version>0.15.7</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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3e3a2c61..82eca7ae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -190,6 +190,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump maven-surefire-plugin 2.22.2 to 3.0.0-M7. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump apache-rat-plugin 0.13 to 0.14. + </action> </release> <release version="2.9.0" date="2021-07-30" description="This is a minor release, including bug fixes and enhancements."> <!-- ADD -->