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 6e39153 Update build plugins.
6e39153 is described below
commit 6e39153f0e2b578018e9afaec23867986619a89a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 11:27:18 2020 -0400
Update build plugins.
- com.github.siom79.japicmp:japicmp-maven-plugin 0.13.1 to 0.14.3.
- maven-javadoc-plugin 3.1.1 to 3.2.0 pmd.
- maven-pmd-plugin 3.12.0 to 3.13.0.
---
pom.xml | 6 +++---
src/changes/changes.xml | 9 +++++++++
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 66ae40f..229c057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,10 +322,10 @@
<commons.jira.pid>12310469</commons.jira.pid>
<!-- Override CP version until that is updated -->
<commons.checkstyle.version>3.0.0</commons.checkstyle.version>
- <commons.javadoc.version>3.1.1</commons.javadoc.version>
+ <commons.javadoc.version>3.2.0</commons.javadoc.version>
<!-- Constant for Commons Pool version (used in multiple places) -->
<commons.pool.version>2.8.0</commons.pool.version>
- <commons.japicmp.version>0.13.1</commons.japicmp.version>
+ <commons.japicmp.version>0.14.3</commons.japicmp.version>
<commons.jacoco.version>0.8.4</commons.jacoco.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>
@@ -501,7 +501,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.12.0</version>
+ <version>3.13.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 692cc9e..2917aec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,15 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" issue="DBCP-564" due-to="Florent
Guillaume">
Fix BasicManagedDataSource leak of connections opened after
transaction is rollback-only #39.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update build from com.github.siom79.japicmp:japicmp-maven-plugin
0.13.1 to 0.14.3.
+ </action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update build from maven-javadoc-plugin 3.1.1 to 3.2.0.
+ </action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Update build from maven-pmd-plugin 3.12.0 to 3.13.0.
+ </action>
</release>
<release version="2.7.0" date="2019-07-31" description="This is a minor
release, including bug fixes and enhancements.">
<!-- add -->