vmassol 2003/09/21 09:59:11 Modified: src/plugins-build/statcvs project.xml src/plugins-build/statcvs/xdocs navigation.xml changes.xml Added: src/plugins-build/statcvs/announcements 2.0.ann Log: Releasing version 2.0 of the statcvs plugin. This is the release for Maven 1.0rc1. Revision Changes Path 1.19 +2 -2 maven/src/plugins-build/statcvs/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/statcvs/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 21 Sep 2003 11:34:39 -0000 1.18 +++ project.xml 21 Sep 2003 16:59:11 -0000 1.19 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-statcvs-plugin</id> <name>Maven StatCvs Plug-in</name> - <currentVersion>2.0-SNAPSHOT</currentVersion> + <currentVersion>2.0</currentVersion> <description> Generate CVS statistics reports. </description> @@ -26,7 +26,7 @@ <version> <id>2.0</id> <name>2.0</name> - <tag>HEAD</tag> + <tag>MAVEN_STATCVS_2_0</tag> </version> </versions> <developers> 1.1 maven/src/plugins-build/statcvs/announcements/2.0.ann Index: 2.0.ann =================================================================== The Maven team is pleased to announce the StatCvs plugin 2.0 release! http://maven.apache.org/reference/plugins/statcvs The Maven StatcCs plugin is a plugin for StatCvs (http://statcvs.sourceforge.net) that generates CVS statistic reports. Changes in this version: o Migrated the plugin to use the new statcvs-xml jar (which generates XML xdoc output instead of HTML). You can download the StatCvs Maven plugin here: http://www.ibiblio.org/maven/maven/jars/maven-statcvs-plugin-2.0.jar Have fun! -Vincent 1.4 +1 -0 maven/src/plugins-build/statcvs/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/statcvs/xdocs/navigation.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- navigation.xml 19 Sep 2003 08:40:50 -0000 1.3 +++ navigation.xml 21 Sep 2003 16:59:11 -0000 1.4 @@ -12,6 +12,7 @@ <item href="/properties.html" name="Properties"/> </menu> <menu name="Downloads"> + <item name="StatCvs Plugin 2.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-statcvs-plugin-2.0.jar"/> <item name="StatCvs Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-statcvs-plugin-1.2.jar"/> </menu> </body> 1.6 +1 -1 maven/src/plugins-build/statcvs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/statcvs/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 19 Sep 2003 14:51:45 -0000 1.5 +++ changes.xml 21 Sep 2003 16:59:11 -0000 1.6 @@ -7,7 +7,7 @@ </properties> <body> - <release version="2.0" date="in CVS"> + <release version="2.0" date="2003-09-21"> <action dev="vmassol" type="update"> Migrated the plugin to use the new statcvs-xml jar (which generates XML xdoc output instead of HTML).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]