Author: tchemit Date: 2009-08-17 14:26:13 +0200 (Mon, 17 Aug 2009) New Revision: 601 Modified: trunk/pom.xml Log: test fix bug on FileActivityReport Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-17 12:26:04 UTC (rev 600) +++ trunk/pom.xml 2009-08-17 12:26:13 UTC (rev 601) @@ -10,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-6-SNAPSHOT</version> + <version>1.0.0-rc-5-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> @@ -462,7 +462,7 @@ in report, trunk url are prefix with tag/xxx-releaseNumber !--> <plugin> <artifactId>maven-changelog-plugin</artifactId> - <version>2.1</version> + <version>2.0</version> <configuration> <displayFileDetailUrl>http://svn.nuiton.org/svn/${projectId}%FILE%</displayFileDetailUrl> </configuration>