From: Lukas T. <luk...@us...> - 2007-05-13 19:09:44
|
lukas_theussl 07/05/13 12:09:41 Modified: cobertura project.xml Log: Fix some links. Revision Changes Path 1.32 +5 -5 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 28 Jan 2007 14:31:15 -0000 1.31 +++ project.xml 13 May 2007 19:09:41 -0000 1.32 @@ -29,7 +29,7 @@ <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> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> @@ -69,25 +69,25 @@ <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> <version>1.8</version> - <url>http://cobertura.sourceforge.net</url> + <url>http://cobertura.sourceforge.net/</url> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> - <url>http://asm.objectweb.org</url> + <url>http://asm.objectweb.org/</url> </dependency> <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <version>2.2.1</version> - <url>http://asm.objectweb.org</url> + <url>http://asm.objectweb.org/</url> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.9</version> - <url>http://logging.apache.org/log4j</url> + <url>http://logging.apache.org/log4j/docs/</url> </dependency> <dependency> <groupId>commons-jelly</groupId> |