From: Carlos S. <car...@us...> - 2005-07-22 06:26:16
|
carlossg 05/07/21 22:38:20 Modified: cobertura project.xml Log: [maven-scm-plugin] prepare release plugin:repository-deploy,site:deploy Revision Changes Path 1.12 +3 -3 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 22 Jul 2005 05:25:55 -0000 1.11 +++ project.xml 22 Jul 2005 05:38:20 -0000 1.12 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Cobertura Plug-in</name> - <currentVersion>1.1</currentVersion> + <currentVersion>plugin:repository-deploy,site:deploy</currentVersion> <inceptionYear>2005</inceptionYear> <description>Maven Plugin for Cobertura</description> <shortDescription>Maven Plugin for Cobertura</shortDescription> @@ -112,8 +112,8 @@ <tag>MAVEN_COBERTURA_1_0</tag> </version> <version> - <id>1.1</id> - <name>1.1</name> + <id>plugin:repository-deploy,site:deploy</id> + <name>plugin:repository-deploy,site:deploy</name> <tag>MAVEN_COBERTURA_1_1</tag> </version> </versions> |