From: Jeff J. <jef...@us...> - 2007-07-27 04:56:00
|
jeffjensen 07/07/26 21:55:51 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Make 1.4 release. Revision Changes Path 1.31 +1 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- changes.xml 24 Jun 2007 03:06:12 -0000 1.30 +++ changes.xml 27 Jul 2007 04:55:50 -0000 1.31 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.4-SNAPSHOT" date="in CVS" description="Upgrade to Cobertura 1.9."> + <release version="1.4" date="2007-07-26" description="Upgrade to Cobertura 1.9."> <action dev="jeffjensen" type="add"> Upgrade to Cobertura 1.9. This includes adding new dependency asm-tree.jar. </action> 1.37 +3 -3 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- project.xml 24 Jul 2007 01:11:57 -0000 1.36 +++ project.xml 27 Jul 2007 04:55:51 -0000 1.37 @@ -25,7 +25,7 @@ <!--pomVersion is in parent --> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <inceptionYear>2005</inceptionYear> <shortDescription>Cobertura calculates the percentage of code accessed by tests.</shortDescription> <description>Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.</description> @@ -143,8 +143,8 @@ <tag>MAVEN_COBERTURA_1_3_1</tag> </version> <version> - <id>1.4-SNAPSHOT</id> - <name>1.4-SNAPSHOT</name> + <id>1.4</id> + <name>1.4</name> <tag>MAVEN_COBERTURA_1_4</tag> </version> </versions> |