[Clirr-devel] CVS: clirr project.xml,1.27,1.28
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-08-11 04:17:28
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32497 Modified Files: project.xml Log Message: changed groupId to our domain name, asper recommendation in http://maven.apache.org/reference/repository-upload.html Index: project.xml =================================================================== RCS file: /cvsroot/clirr/clirr/project.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- project.xml 8 Aug 2005 13:21:20 -0000 1.27 +++ project.xml 11 Aug 2005 04:17:19 -0000 1.28 @@ -4,7 +4,7 @@ <!-- the version of maven's project object model --> <pomVersion>3</pomVersion> - <groupId>clirr</groupId> + <groupId>net.sf.clirr</groupId> <!-- a unique name for this project --> <artifactId>clirr</artifactId> @@ -20,7 +20,6 @@ <organization> <name>Lars Kühne</name> <url>mailto:cli...@li...</url> -<!-- <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo> --> </organization> <!-- the year the project started --> |