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 2020/05/24 15:38:04 UTC

[commons-dbcp] branch master updated: Update org.apache.commons:commons-parent from 48 to 50.

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 7fbd626  Update org.apache.commons:commons-parent from 48 to 50.
7fbd626 is described below

commit 7fbd6260c811606ba19479e6182a13c80b89a79d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 24 11:38:00 2020 -0400

    Update org.apache.commons:commons-parent from 48 to 50.
    
    Update jacoco-maven-plugin from 0.8.4 to 0.8.5.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 30fbe95..b40083f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>48</version>
+    <version>50</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>
@@ -326,7 +326,7 @@
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.8.0</commons.pool.version>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>
-    <commons.jacoco.version>0.8.4</commons.jacoco.version>
+    <commons.jacoco.version>0.8.5</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>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 65de0da..89d600b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update build from maven-pmd-plugin 3.12.0 to 3.13.0.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update org.apache.commons:commons-parent from 48 to 50.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update jacoco-maven-plugin from 0.8.4 to 0.8.5.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->