You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/09/10 00:51:59 UTC

[commons-parent] branch master updated: (update) commons-build-plugin 1.10 -> 1.11

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 805c8c0  (update) commons-build-plugin 1.10 -> 1.11
805c8c0 is described below

commit 805c8c089a4e3af6caac98f7373d0627392017e7
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Mon Sep 9 17:51:48 2019 -0700

    (update) commons-build-plugin 1.10 -> 1.11
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8051ce4..6921a91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
     <commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version>
     <commons.assembly-plugin.version>3.1.1</commons.assembly-plugin.version>
     <commons.build-helper.version>3.0.0</commons.build-helper.version>
-    <commons.build-plugin.version>1.10</commons.build-plugin.version>
+    <commons.build-plugin.version>1.11</commons.build-plugin.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.checkstyle-plugin.version>3.1.0</commons.checkstyle-plugin.version>
     <commons.clirr.version>2.8</commons.clirr.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4527aa1..78f48e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
     
         <release version="49" date="YYYY-MM-DD" description="TBD">
+            <action type="update" dev="chtompki">commons-build-plugin 1.10 -> 1.11</action>
+            <action type-="update" dev="ggregory">commons-release-plugin 1.6 -> 1.7</action>
+            <action type-="update" dev="ggregory">jacoco-maven-plugin 0.8.3 -> 0.8.4</action>
             <action type="fix" dev="sebb">Downdate felix plugin to work on Java 7</action>
             <action type="update" dev="ggregory">Update maven-project-info-reports-plugin's Apache Commons BCEL from 6.3 to 6.3.1.</action>
             <action type="update" dev="ggregory">japicmp-maven-plugin 0.13.0 -> 0.13.1</action>