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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 8106ba5  commons-release-plugin 1.6 -> 1.7.
8106ba5 is described below

commit 8106ba562582a526c71a7ce86cde1e969c54e5a6
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Sep 9 15:39:28 2019 -0400

    commons-release-plugin 1.6 -> 1.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f0a2cc5..9658174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
     <commons.pmd.version>3.12.0</commons.pmd.version>
     <commons.project-info.version>3.0.0</commons.project-info.version>
     <commons.rat.version>0.13</commons.rat.version>
-    <commons.release-plugin.version>1.6</commons.release-plugin.version>
+    <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
 
     <!--
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6df7bec..c9bbe8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory">Adding Java 8 default methods 
should not break binary compatibility.</action>
             <action type="update" dev="ggregory">Set Javadoc source option to 
Maven compiler source setting.</action>
             <action type="update" dev="ggregory">jacoco-maven-plugin 0.8.3 -> 
0.8.4.</action>
+            <action type="update" dev="ggregory">commons-release-plugin 1.6 -> 
1.7.</action>            
         </release>
         
         <release version="48" date="2019-03-20" description="Release version 
47">

Reply via email to