From: Carlos S. <car...@us...> - 2005-08-16 23:02:45
|
carlossg 05/08/16 16:02:40 Modified: cobertura project.xml Log: Increased version Revision Changes Path 1.16 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 5 Aug 2005 17:04:57 -0000 1.15 +++ project.xml 16 Aug 2005 23:02:39 -0000 1.16 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.1</currentVersion> + <currentVersion>1.1.1-SNAPSHOT</currentVersion> <inceptionYear>2005</inceptionYear> <description> Cobertura is a free Java tool that calculates the percentage of code accessed by tests. |