[Clirr-devel] CVS: clirr project.xml,1.23,1.24
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vm...@us...> - 2004-07-15 13:37:03
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2956 Modified Files: project.xml Log Message: Added groupId element to put all Clirr artifacts in one place in the repo Index: project.xml =================================================================== RCS file: /cvsroot/clirr/clirr/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 11 Jul 2004 11:03:16 -0000 1.23 +++ project.xml 15 Jul 2004 13:36:54 -0000 1.24 @@ -4,6 +4,8 @@ <!-- the version of maven's project object model --> <pomVersion>3</pomVersion> + <groupId>clirr</groupId> + <!-- a unique name for this project --> <id>clirr</id> |