brett 2004/11/10 01:52:34 Modified: jcoverage project.xml jcoverage/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.0.9 Revision Changes Path 1.33 +6 -1 maven-plugins/jcoverage/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- project.xml 15 Oct 2004 14:49:17 -0000 1.32 +++ project.xml 10 Nov 2004 09:52:34 -0000 1.33 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-jcoverage-plugin</id> <name>Maven JCoverage plugin</name> - <currentVersion>1.0.9-SNAPSHOT</currentVersion> + <currentVersion>1.0.9</currentVersion> <package>org.apache.maven.jcoveragereport</package> <description>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</description> <shortDescription>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</shortDescription> @@ -70,6 +70,11 @@ <id>1.0.8</id> <name>1.0.8</name> <tag>MAVEN_JCOVERAGE_1_0_8</tag> + </version> + <version> + <id>1.0.9</id> + <name>1.0.9</name> + <tag>MAVEN_JCOVERAGE_1_0_9</tag> </version> </versions> <developers> 1.28 +1 -1 maven-plugins/jcoverage/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- changes.xml 9 Nov 2004 11:38:59 -0000 1.27 +++ changes.xml 10 Nov 2004 09:52:34 -0000 1.28 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.0.9" date="In CVS"> + <release version="1.0.9" date="2004-11-10"> <action dev="brett" type="fix">Fix incorrect usage of maven:addPath tag</action> <action dev="evenisse" type="fix" issue="MPJCOVERAGE-17">Fixed leaking file handles.</action> </release>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]