From: Carlos S. <car...@us...> - 2005-07-22 05:26:02
|
carlossg 05/07/21 22:25:55 Modified: cobertura project.xml cobertura/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1 Revision Changes Path 1.11 +6 -2 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 22 Jul 2005 05:25:25 -0000 1.10 +++ project.xml 22 Jul 2005 05:25:55 -0000 1.11 @@ -17,13 +17,12 @@ * limitations under the License. */ --> - <project> <extend>${basedir}/../plugin-project.xml</extend> <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Cobertura Plug-in</name> - <currentVersion>1.1-SNAPSHOT</currentVersion> + <currentVersion>1.1</currentVersion> <inceptionYear>2005</inceptionYear> <description>Maven Plugin for Cobertura</description> <shortDescription>Maven Plugin for Cobertura</shortDescription> @@ -112,5 +111,10 @@ <name>1.0</name> <tag>MAVEN_COBERTURA_1_0</tag> </version> + <version> + <id>1.1</id> + <name>1.1</name> + <tag>MAVEN_COBERTURA_1_1</tag> + </version> </versions> </project> 1.8 +4 -11 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 12 Jul 2005 22:09:47 -0000 1.7 +++ changes.xml 22 Jul 2005 05:25:55 -0000 1.8 @@ -17,22 +17,15 @@ * limitations under the License. */ --> - <document> <properties> <title>Changes</title> </properties> <body> - <release version="1.1-SNAPSHOT" date="in SVN"> - <action dev="carlossg" type="add"> - Added cobertura check reports with classes that don't meet test coverage requirements. - </action> - <action dev="carlossg" type="add"> - Added cobertura:check goal. - </action> - </release> - <release version="1.0" date="2005-07-11" - description="Initial release; supports Cobertura 1.4."> + <release version="1.1" date="2005-07-21"> + <action dev="carlossg" type="add">Added cobertura check reports with classes that don't meet test coverage requirements.</action> + <action dev="carlossg" type="add">Added cobertura:check goal.</action> </release> + <release version="1.0" date="2005-07-11" description="Initial release; supports Cobertura 1.4."></release> </body> </document> |