From: Jeff J. <jef...@us...> - 2007-01-28 14:31:20
|
jeffjensen 07/01/28 06:31:15 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Change from snapshot to release. Revision Changes Path 1.27 +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.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- changes.xml 23 Jan 2007 03:22:14 -0000 1.26 +++ changes.xml 28 Jan 2007 14:31:15 -0000 1.27 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.3" date="in CVS" description="AspectJ plugin, class not found bug, no test src flag."> + <release version="1.3" date="2007-01-28" description="AspectJ plugin, class not found bug, no test src flag."> <action dev="jeffjensen" type="fix" issue="1618999" due-to="Jon Christiansen"> Allow running against project with no test src. </action> 1.31 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 28 Jan 2007 11:59:55 -0000 1.30 +++ project.xml 28 Jan 2007 14:31:15 -0000 1.31 @@ -25,7 +25,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.3</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> |