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/03/14 12:18:13 UTC

[commons-parent] branch master updated: commons.build-plugin.version: 1.9 -> 1.10

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 1c18fe4  commons.build-plugin.version: 1.9 -> 1.10
1c18fe4 is described below

commit 1c18fe44e70beec66c968b794c0f2f7cf1f1b37e
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Thu Mar 14 08:18:02 2019 -0400

    commons.build-plugin.version: 1.9 -> 1.10
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2eb7b48..ddb08aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1627,7 +1627,7 @@
     <commons.compiler.javac />
 
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
-    <commons.build-plugin.version>1.9</commons.build-plugin.version>
+    <commons.build-plugin.version>1.10</commons.build-plugin.version>
     <commons.release-plugin.version>1.6</commons.release-plugin.version>
     <commons.surefire.version>2.22.1</commons.surefire.version>
     <commons.failsafe.version>2.22.1</commons.failsafe.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6035adc..f39dd2b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="48" date="YYYY-MM-DD" description="TBD">
+            <action type="update">commons.build-plugin.version: 1.9 -> 1.10</action>
             <action type="update">commons.release-plugin.version: 1.5 -> 1.6</action>
             <action type="update">commons.spotbugs.version: 3.1.3 -> 3.1.6</action>
             <action type="update">japicmp-maven-plugin: 0.12.0 -> 0.13.0</action>