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:03:20 UTC

[commons-parent] branch master updated: commons.release-plugin.version: 1.5 -> 1.6

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 1af02a4  commons.release-plugin.version: 1.5 -> 1.6
1af02a4 is described below

commit 1af02a4fc78ab6f2db0830a748dbf3827f4764a7
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Thu Mar 14 08:03:07 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index c4f9315..2eb7b48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1209,6 +1209,13 @@
             <version>${commons.release-plugin.version}</version>
             <executions>
               <execution>
+                <id>clean-staging</id>
+                <phase>clean</phase>
+                <goals>
+                  <goal>clean-staging</goal>
+                </goals>
+              </execution>
+              <execution>
                 <id>detatch-distributions</id>
                 <phase>verify</phase>
                 <goals>
@@ -1621,7 +1628,7 @@
 
     <!-- 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.release-plugin.version>1.5</commons.release-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>
     <commons.surefire-report.version>2.22.1</commons.surefire-report.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ffda99..6035adc 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.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>
             <action issue="COMMONSSITE-124" type="fix" dev="britter">Revert change in commons.scmPubUrl in Parent 47</action>