|
From: Jeff J. <jef...@us...> - 2006-06-06 01:22:16
|
jeffjensen 06/06/04 21:50:55
Modified: cobertura/xdocs changes.xml
cobertura project.xml
Log:
Change version from snapshot to release.
Revision Changes Path
1.21 +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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- changes.xml 15 May 2006 01:49:16 -0000 1.20
+++ changes.xml 5 Jun 2006 04:50:55 -0000 1.21
@@ -22,7 +22,7 @@
<title>Changes</title>
</properties>
<body>
- <release version="1.2-SNAPSHOT" date="2006-05-14" description="Update to Cobertura 1.8 and adjust properties.">
+ <release version="1.2" date="2006-06-04" 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.27 +3 -3 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xml 15 May 2006 01:49:16 -0000 1.26
+++ project.xml 5 Jun 2006 04:50:55 -0000 1.27
@@ -25,7 +25,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-cobertura-plugin</artifactId>
<name>Maven Cobertura Plug-in</name>
- <currentVersion>1.2-SNAPSHOT</currentVersion>
+ <currentVersion>1.2</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>
@@ -116,8 +116,8 @@
<tag>MAVEN_COBERTURA_1_1_1</tag>
</version>
<version>
- <id>1.2-SNAPSHOT</id>
- <name>1.2-SNAPSHOT</name>
+ <id>1.2</id>
+ <name>1.2</name>
<tag>MAVEN_COBERTURA_1_2</tag>
</version>
</versions>
|