dion 2004/01/28 20:57:37 Modified: dashboard project.xml dashboard/xdocs changes.xml Log: Use released version of maven-junit-report plugin Revision Changes Path 1.12 +1 -1 maven-plugins/dashboard/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 29 Dec 2003 04:38:05 -0000 1.11 +++ project.xml 29 Jan 2004 04:57:37 -0000 1.12 @@ -67,7 +67,7 @@ <dependency> <groupId>maven</groupId> <artifactId>maven-junit-report-plugin</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> <type>plugin</type> </dependency> </dependencies> 1.14 +3 -0 maven-plugins/dashboard/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- changes.xml 5 Dec 2003 14:18:14 -0000 1.13 +++ changes.xml 29 Jan 2004 04:57:37 -0000 1.14 @@ -8,6 +8,9 @@ <body> <release version="1.3" date="in CVS"> + <action dev="dion" type="update"> + Changed junit-report-1.4-SNAPSHOT to 1.4 release. + </action> <action dev="vmassol" type="update"> Added explicit dependencies on other Maven plugins. </action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]