Author: dennisl Date: Fri Oct 2 07:12:12 2009 New Revision: 820912 URL: http://svn.apache.org/viewvc?rev=820912&view=rev Log: [MCHANGES-] Update to Maven Reporting Impl 2.0.4.2
Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=820912&r1=820911&r2=820912&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-changes-plugin/pom.xml Fri Oct 2 07:12:12 2009 @@ -121,7 +121,7 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.0.4</version> + <version>2.0.4.2</version> </dependency> <!-- plexus --> @@ -482,7 +482,7 @@ <properties> <sitePluginVersion>3.0-beta-1-SNAPSHOT</sitePluginVersion> </properties> - </profile> - + </profile> + </profiles> </project>