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/12 15:15:49 UTC

svn commit: r1828984 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

Author: chtompki
Date: Thu Apr 12 15:15:49 2018
New Revision: 1828984

URL: http://svn.apache.org/viewvc?rev=1828984&view=rev
Log:
Preparing 46 RC3

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

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1828984&r1=1828983&r2=1828984&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu Apr 12 15:15:49 2018
@@ -54,6 +54,9 @@ o commons-release-plugin 1.1 -> 1.2
 o japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
 o maven-assembly-plugin: 3.0.0 -> 3.1.0
 
+Removed:
+o Prerequisites tag; should only be used for maven-plugins, using maven-enforcer-plugin instead.
+
 
 Historical list of changes: http://commons.apache.org/commons-parent-pom.html
 

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1828984&r1=1828983&r2=1828984&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Apr 12 15:15:49 2018
@@ -164,11 +164,6 @@
 
   -->
 
-  <!-- Maven versions plugin reports an error if this is omitted -->
-  <prerequisites>
-    <maven>3.0.5</maven>
-  </prerequisites>
-
   <ciManagement>
     <system>jenkins</system>
     <url>https://builds.apache.org/</url>

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=1828984&r1=1828983&r2=1828984&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Apr 12 15:15:49 2018
@@ -77,6 +77,7 @@ The <action> type attribute can be add,u
             <action type="update">commons-release-plugin 1.1 -> 1.2</action>
             <action type="update">japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*</action>
             <action type="update">maven-assembly-plugin: 3.0.0 -> 3.1.0</action>
+            <action type="remove">Prerequisites tag; should only be used for maven-plugins, using maven-enforcer-plugin instead.</action>
         </release>
 
         <release version="45" date="2018-03-12" description="Changing location of commons-release-plugin">