[Clirr-devel] CVS: clirr/maven project.xml,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vm...@us...> - 2005-08-08 13:21:29
|
Update of /cvsroot/clirr/clirr/maven In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11223/maven Modified Files: project.xml Log Message: Fixed problem with Maven 1.1. It now builds fine. Index: project.xml =================================================================== RCS file: /cvsroot/clirr/clirr/maven/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 4 Aug 2005 13:32:13 -0000 1.3 +++ project.xml 8 Aug 2005 13:21:20 -0000 1.4 @@ -2,7 +2,7 @@ <project> <extend>${basedir}/../project.xml</extend> - <id>clirr-maven</id> + <artifactId>clirr-maven</artifactId> <name>Clirr Maven plugin</name> <!-- Note: Although we inherit from project.xml, we still cannot |