Author: sebb
Date: Fri Aug 31 14:05:22 2012
New Revision: 1379457
URL: http://svn.apache.org/viewvc?rev=1379457&view=rev
Log:
Update to latest plugin versions
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=1379457&r1=1379456&r2=1379457&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Aug 31 14:05:22 2012
@@ -38,6 +38,10 @@
Version 27:
update maven-site-plugin to 3.1 in reporting section
use properties for all reporting plugins to ensure consistency
+ maven-project-info-reports-plugin 2.5 -> 2.5.1
+ maven-resources-plugin 2.5 -> 2.6
+ maven-surefire-plugin 2.12.2 -> 2.12.3
+ maven-surefire-report-plugin 2.12.2 -> 2.12.3
For full details see:
http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-27/RELEASE-NOTES.txt
@@ -289,7 +293,7 @@ http://svn.apache.org/repos/asf/commons/
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</plugin>
<!-- Apache parent: scm -->
<plugin>
@@ -1119,14 +1123,14 @@ http://svn.apache.org/repos/asf/commons/
<commons.surefire.java />
<!-- plugin versions (allows same value in reporting and build sections)
-->
- <commons.surefire.version>2.12.2</commons.surefire.version>
- <commons.surefire-report.version>2.12.2</commons.surefire-report.version>
+ <commons.surefire.version>2.12.3</commons.surefire.version>
+ <commons.surefire-report.version>2.12.3</commons.surefire-report.version>
<commons.javadoc.version>2.8.1</commons.javadoc.version>
<commons.rat.version>0.8</commons.rat.version>
<commons.changes.version>2.7.1</commons.changes.version>
<commons.clirr.version>2.4</commons.clirr.version>
<commons.jxr.version>2.3</commons.jxr.version>
- <commons.project-info.version>2.5</commons.project-info.version>
+ <commons.project-info.version>2.5.1</commons.project-info.version>
<commons.wagon-ssh.version>2.2</commons.wagon-ssh.version>
<commons.site-plugin.version>3.1</commons.site-plugin.version>
<commons.cobertura.version>2.5.1</commons.cobertura.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=1379457&r1=1379456&r2=1379457&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Aug 31
14:05:22 2012
@@ -60,6 +60,10 @@ The <action> type attribute can be add,u
<action type="update">
update maven-site-plugin to 3.1 in reporting section
use properties for all reporting plugins to ensure consistency
+ maven-project-info-reports-plugin 2.5 -> 2.5.1
+ maven-resources-plugin 2.5 -> 2.6
+ maven-surefire-plugin 2.12.2 -> 2.12.3
+ maven-surefire-report-plugin 2.12.2 -> 2.12.3
</action>
</release>
<release version="26" date="2012-08-23" description="Update plugins">