|
From: Jeff J. <jef...@us...> - 2007-07-24 01:12:00
|
jeffjensen 07/07/23 18:11:57
Modified: cobertura project.xml
Log:
Update to use cobertura-1.9 instead of 1.9rc1, since it now exists in the repo.
Revision Changes Path
1.36 +1 -1 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- project.xml 24 Jun 2007 03:06:12 -0000 1.35
+++ project.xml 24 Jul 2007 01:11:57 -0000 1.36
@@ -68,7 +68,7 @@
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
- <version>1.9rc1</version>
+ <version>1.9</version>
<url>http://cobertura.sourceforge.net/</url>
</dependency>
<dependency>
|