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 2018/04/06 12:50:18 UTC

svn commit: r1828520 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: chtompki
Date: Fri Apr  6 12:50:18 2018
New Revision: 1828520

URL: http://svn.apache.org/viewvc?rev=1828520&view=rev
Log:
commons-release-plugin 1.1 -> 1.2

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1828520&r1=1828519&r2=1828520&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Apr  6 12:50:18 2018
@@ -46,6 +46,7 @@
     - Add java-1.11 profile
     - jacoco-maven-plugin 0.8.0 -> 0.8.1
     - commons-build-plugin 1.7 -> 1.8
+    - commons-release-plugin 1.1 -> 1.2
 
   -->
 
@@ -1721,7 +1722,7 @@
 
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
     <commons.build-plugin.version>1.8</commons.build-plugin.version>
-    <commons.release-plugin.version>1.1</commons.release-plugin.version>
+    <commons.release-plugin.version>1.2</commons.release-plugin.version>
     <commons.surefire.version>2.21.0</commons.surefire.version>
     <commons.failsafe.version>2.21.0</commons.failsafe.version>
     <commons.surefire-report.version>2.21.0</commons.surefire-report.version>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1828520&r1=1828519&r2=1828520&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Apr  6 12:50:18 2018
@@ -66,6 +66,7 @@ The <action> type attribute can be add,u
             <action type="add">Add java-1.11 profile</action>
             <action type="update">jacoco-maven-plugin 0.8.0 -> 0.8.1</action>
             <action type="update">commons-build-plugin 1.7 -> 1.8</action>
+            <action type="update">commons-release-plugin 1.1 -> 1.2</action>
         </release>
 
         <release version="45" date="2018-03-12" description="Changing location of commons-release-plugin">