From: Carlos S. <car...@us...> - 2006-02-16 17:57:47
|
carlossg 06/02/16 09:57:38 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: Upgrade to cobertura 1.7 Revision Changes Path 1.24 +3 -9 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 11 Oct 2005 06:29:04 -0000 1.23 +++ project.xml 16 Feb 2006 17:57:38 -0000 1.24 @@ -55,7 +55,7 @@ <dependency> <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> - <version>1.6</version> + <version>1.7</version> <url>http://cobertura.sourceforge.net</url> </dependency> <dependency> @@ -67,22 +67,16 @@ <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> - <version>2.0</version> + <version>2.1</version> <url>http://asm.objectweb.org</url> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.8</version> + <version>1.2.9</version> <url>http://logging.apache.org/log4j</url> </dependency> <dependency> - <groupId>urbanophile</groupId> - <artifactId>java-getopt</artifactId> - <version>1.0.9</version> - <url>http://www.urbanophile.com/arenn/hacking/download.html</url> - </dependency> - <dependency> <groupId>javancss</groupId> <artifactId>ccl</artifactId> <version>21.41</version> 1.17 +1 -0 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 14 Oct 2005 01:56:05 -0000 1.16 +++ changes.xml 16 Feb 2006 17:57:38 -0000 1.17 @@ -23,6 +23,7 @@ </properties> <body> <release version="1.2-SNAPSHOT" date="in CVS"> + <action dev="carlossg" type="update">Upgrade to cobertura 1.7.</action> <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add">Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties.</action> <action dev="carlossg" type="fix"> |