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 2019/02/09 02:57:39 UTC

[commons-parent] branch master updated: commons-release-plugin 1.4 -> 1.5

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 2ce894e  commons-release-plugin 1.4 -> 1.5
2ce894e is described below

commit 2ce894e9e14a2a2b066b744349292eff6c2d16a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 8 21:57:36 2019 -0500

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

diff --git a/pom.xml b/pom.xml
index 385e146..b697ea2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1628,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.4</commons.release-plugin.version>
+    <commons.release-plugin.version>1.5</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 8a7f17e..a691d71 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">commons.jar-plugin.version 3.1.0 -> 3.1.1</action>
             <action type="update">commons.animal-sniffer.version 1.16 -> 1.17</action>
             <action type="update">org.apache.bcel:bcel 6.2 -> 6.3</action>
+            <action type="update">commons-release-plugin 1.4 -> 1.5</action>
         </release>
 
         <release version="47" date="2018-07-02" description="Release version 47">