From: Jeff J. <jef...@us...> - 2006-05-15 01:49:19
|
jeffjensen 06/05/14 18:49:17 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Update project URLs to new SF changes. Revision Changes Path 1.20 +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.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- changes.xml 13 May 2006 13:55:22 -0000 1.19 +++ changes.xml 15 May 2006 01:49:16 -0000 1.20 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.2-SNAPSHOT" date="2006-05-07" description="Update to Cobertura 1.8 and adjust properties."> + <release version="1.2-SNAPSHOT" date="2006-05-14" description="Update to Cobertura 1.8 and adjust properties."> <action dev="jeffjensen" type="update">Upgrade to Cobertura 1.8.</action> <action dev="jeffjensen" type="update"> Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it. 1.26 +3 -3 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 7 May 2006 21:01:16 -0000 1.25 +++ project.xml 15 May 2006 01:49:16 -0000 1.26 @@ -31,9 +31,9 @@ <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> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> + <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> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/cobertura</url> </repository> <developers> <developer> |