|
From: Carlos S. <car...@us...> - 2005-07-22 05:48:30
|
carlossg 05/07/21 22:43:53
Modified: cobertura project.xml
Log:
Reverted changes
Revision Changes Path
1.13 +3 -3 maven-plugins/cobertura/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- project.xml 22 Jul 2005 05:38:20 -0000 1.12
+++ project.xml 22 Jul 2005 05:43:53 -0000 1.13
@@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-cobertura-plugin</artifactId>
<name>Cobertura Plug-in</name>
- <currentVersion>plugin:repository-deploy,site:deploy</currentVersion>
+ <currentVersion>1.1</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>plugin:repository-deploy,site:deploy</id>
- <name>plugin:repository-deploy,site:deploy</name>
+ <id>1.1</id>
+ <name>1.1</name>
<tag>MAVEN_COBERTURA_1_1</tag>
</version>
</versions>
|