Author: niallp Date: Wed Mar 5 07:22:25 2008 New Revision: 633877 URL: http://svn.apache.org/viewvc?rev=633877&view=rev Log: Lock down maven-project-info-reports-plugin version (so it doesn't pick up the patched version in my local repo) - also specify the same surefire version in reporting section as in the dependency management section
Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=633877&r1=633876&r2=633877&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Wed Mar 5 07:22:25 2008 @@ -305,6 +305,11 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.0.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.3</version> <configuration> @@ -338,7 +343,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.3</version> + <version>2.4.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>