Author: ecki Date: Sat Dec 20 14:52:43 2014 New Revision: 1646996 URL: http://svn.apache.org/r1646996 Log: surefire-report 2.18 as well
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=1646996&r1=1646995&r2=1646996&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Sat Dec 20 14:52:43 2014 @@ -704,7 +704,7 @@ Version 35: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>${commons.surefire.version}</version> + <version>${commons.surefire-report.version}</version> <configuration> <aggregate>${commons.surefire-report.aggregate}</aggregate> </configuration> @@ -1350,8 +1350,7 @@ Version 35: <!-- plugin versions (allows same value in reporting and build sections) --> <commons.surefire.version>2.18</commons.surefire.version> - <commons.surefire-report.version>2.17</commons.surefire-report.version> - <!-- 2.9.1 includes fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370 --> + <commons.surefire-report.version>2.18</commons.surefire-report.version> <commons.javadoc.version>2.10.1</commons.javadoc.version> <commons.rat.version>0.11</commons.rat.version> <commons.changes.version>2.11</commons.changes.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=1646996&r1=1646995&r2=1646996&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sat Dec 20 14:52:43 2014 @@ -63,7 +63,7 @@ The <action> type attribute can be add,u <release version="36" date="2014-12-21" description="Update plugins, fix release-notes profile."> <!-- List each change individually so the changes HTML report is easier to read --> <action type="update">Update maven-jxr-plugin 2.4 to 2.5</action> - <action type="update">Update maven-surefire-plugin 2.17 to 2.18</action> + <action type="update">Update maven-surefire-plugin(s) 2.17 to 2.18</action> <action type="update">Update maven-assembly-plugin 2.5 to 2.5.1</action> <action type="update">Update maven-clean-plugin 2.6 to 2.6.1</action> <action type="update">Update commons.wagon-ssh.version 2.6 to 2.8</action>