You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/19 07:44:42 UTC

svn commit: r378856 - /maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml

Author: ltheussl
Date: Sat Feb 18 22:44:41 2006
New Revision: 378856

URL: http://svn.apache.org/viewcvs?rev=378856&view=rev
Log:
Adjust id to naming convention

Modified:
    maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml

Modified: maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml?rev=378856&r1=378855&r2=378856&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml Sat Feb 18 22:44:41 2006
@@ -19,7 +19,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <extend>../plugins-parent/project.xml</extend>
-  <artifactId>cactus-jcoverage-integration-plugin</artifactId>
+  <artifactId>maven-cactus-jcoverage-integration-plugin</artifactId>
   <name>Cactus and JCoverage Integration Plugin</name>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>