Author: luc
Date: Mon May 13 07:17:06 2013
New Revision: 1481714
URL: http://svn.apache.org/r1481714
Log:
updated some plugins
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=1481714&r1=1481713&r2=1481714&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Mon May 13 07:17:06
2013
@@ -9,10 +9,14 @@ Update plugins
Changes in this version include:
Changes:
-o removed cobertura-maven-plugin
- added jacoco-maven-plugin 0.6.2.201302030002
- maven-surefire-plugin 2.13 -> 2.14.1
- maven-surefire-report-plugin 2.13 -> 2.14.1
+o cobertura-maven-plugin 2.5.2 -> removed
+ jacoco-maven-plugin -> 0.6.2.201302030002
+ maven-surefire-plugin 2.13 -> 2.14.1
+ maven-surefire-report-plugin 2.13 -> 2.14.1
+ maven-changes-plugin 2.8 -> 2.9
+ maven-compiler-plugin 3.0 -> 3.1
+ maven-release-plugin 2.3.2 -> 2.4.1
+ apache-rat-plugin 0.8 -> 0.9
The main change is the replacement of cobertura with JaCoCo for test
coverage analysis. The former is not maintained anymore, has numerous
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1481714&r1=1481713&r2=1481714&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon May 13 07:17:06 2013
@@ -39,6 +39,10 @@ Version 29:
jacoco-maven-plugin -> 0.6.2.201302030002
maven-surefire-plugin 2.13 -> 2.14.1
maven-surefire-report-plugin 2.13 -> 2.14.1
+ maven-changes-plugin 2.8 -> 2.9
+ maven-compiler-plugin 3.0 -> 3.1
+ maven-release-plugin 2.3.2 -> 2.4.1
+ apache-rat-plugin 0.8 -> 0.9
Removed skipReports property (now JaCoCo coverage is triggered directly
by JDK version being at least 1.5).
@@ -217,7 +221,7 @@ http://svn.apache.org/repos/asf/commons/
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
+ <version>3.1</version>
<configuration>
<source>${maven.compile.source}</source>
<target>${maven.compile.target}</target>
@@ -274,7 +278,7 @@ http://svn.apache.org/repos/asf/commons/
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.3.2</version>
+ <version>2.4.1</version>
</plugin>
<plugin>
<!-- TODO see above - find better way to add N&L files to jars and
test jars -->
@@ -1217,8 +1221,8 @@ http://svn.apache.org/repos/asf/commons/
<commons.surefire.version>2.14.1</commons.surefire.version>
<commons.surefire-report.version>2.14.1</commons.surefire-report.version>
<commons.javadoc.version>2.9</commons.javadoc.version>
- <commons.rat.version>0.8</commons.rat.version>
- <commons.changes.version>2.8</commons.changes.version>
+ <commons.rat.version>0.9</commons.rat.version>
+ <commons.changes.version>2.9</commons.changes.version>
<commons.clirr.version>2.5</commons.clirr.version>
<commons.jxr.version>2.3</commons.jxr.version>
<commons.project-info.version>2.6</commons.project-info.version>