Author: chtompki Date: Wed Aug 29 19:32:34 2018 New Revision: 1839605 URL: http://svn.apache.org/viewvc?rev=1839605&view=rev Log: commons-release-plugin 1.3 -> 1.4
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=1839605&r1=1839604&r2=1839605&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Wed Aug 29 19:32:34 2018 @@ -47,6 +47,7 @@ default and enabled via a special profile enabled by the presence of the file src/site/resources/profile.japicmp - org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1 + - commons-release-plugin 1.3 -> 1.4 - Add your comment here. --> @@ -1778,7 +1779,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.3</commons.release-plugin.version> + <commons.release-plugin.version>1.4</commons.release-plugin.version> <commons.surefire.version>2.22.0</commons.surefire.version> <commons.failsafe.version>2.22.0</commons.failsafe.version> <commons.surefire-report.version>2.22.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=1839605&r1=1839604&r2=1839605&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Aug 29 19:32:34 2018 @@ -59,6 +59,11 @@ The <action> type attribute can be add,u --> <body> + + <release version="48" date="YYYY-MM-DD" description="TBD"> + <action type="update">commons-release-plugin 1.3 -> 1.4</action> + </release> + <release version="47" date="YYYY-MM-DD" description="TBD"> <action type="update">Set the version of Apache Commons BCEL used by maven-project-info-reports-plugin to avoid "org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19"</action>