Author: ggregory Date: Tue Aug 20 23:27:07 2013 New Revision: 1516026 URL: http://svn.apache.org/r1516026 Log: maven-surefire-plugin 2.15 -> 2.16
Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt commons/proper/commons-parent/trunk/pom.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=1516026&r1=1516025&r2=1516026&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Tue Aug 20 23:27:07 2013 @@ -12,7 +12,8 @@ The main changes in this release are: Changes in this version include: Changes: -o maven-javadoc-plugin 2.9 -> 2.9.1 +o maven-javadoc-plugin 2.9 -> 2.9.1 +o maven-surefire-plugin 2.15 -> 2.16 Historical list of changes: http://commons.apache.org/changes-report.html Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1516026&r1=1516025&r2=1516026&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Tue Aug 20 23:27:07 2013 @@ -1242,8 +1242,8 @@ http://svn.apache.org/repos/asf/commons/ <commons.surefire.java /> <!-- plugin versions (allows same value in reporting and build sections) --> - <commons.surefire.version>2.15</commons.surefire.version> - <commons.surefire-report.version>2.15</commons.surefire-report.version> + <commons.surefire.version>2.16</commons.surefire.version> + <commons.surefire-report.version>2.16</commons.surefire-report.version> <!-- 2.9.1 includes fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370 --> <commons.javadoc.version>2.9.1</commons.javadoc.version> <!--