|
From: Jeff J. <jef...@us...> - 2007-05-13 20:26:58
|
jeffjensen 07/05/13 13:26:56
Modified: cobertura/xdocs changes.xml
cobertura project.xml
Log:
Prep for release.
Revision Changes Path
1.29 +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.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- changes.xml 13 May 2007 19:17:39 -0000 1.28
+++ changes.xml 13 May 2007 20:26:55 -0000 1.29
@@ -22,7 +22,7 @@
<title>Changes</title>
</properties>
<body>
- <release version="1.3.1-SNAPSHOT" date="in CVS" description="Make it Maven 1.1 compatible.">
+ <release version="1.3.1" date="2007-05-13" description="Make it Maven 1.1 compatible.">
<action dev="lukas_theussl" type="update">
Running with test-plugin-1.8 (Maven 1.1), the plugin would fail if there are test errors.
</action>
1.34 +6 -1 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- project.xml 13 May 2007 19:17:39 -0000 1.33
+++ project.xml 13 May 2007 20:26:56 -0000 1.34
@@ -25,7 +25,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-cobertura-plugin</artifactId>
<name>Maven Cobertura Plug-in</name>
- <currentVersion>1.3.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.3.1</currentVersion>
<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>
@@ -131,5 +131,10 @@
<name>1.3</name>
<tag>MAVEN_COBERTURA_1_3</tag>
</version>
+ <version>
+ <id>1.3.1</id>
+ <name>1.3.1</name>
+ <tag>MAVEN_COBERTURA_1_3_1</tag>
+ </version>
</versions>
</project>
|