[Clirr-devel] CVS: clirr pom.xml,1.4,1.5
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2013-04-18 21:18:48
|
Update of /cvsroot/clirr/clirr In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8263 Modified Files: pom.xml Log Message: updated developer information and fixed umlaut encoding of my name in Netbeans Index: pom.xml =================================================================== RCS file: /cvsroot/clirr/clirr/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pom.xml 24 Mar 2009 12:22:28 -0000 1.4 +++ pom.xml 18 Apr 2013 21:18:44 -0000 1.5 @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> <!-- - Maven 2.x parent pom file for Clirr. - @@ -48,10 +49,10 @@ <!-- who the developers are for the project --> <developers> <developer> - <name>Lars Kühne</name> + <name>Lars Kühne</name> <id>lkuehne</id> <!-- <email>lkuehne at users sourceforge net</email> --> - <organization>ppi Media</organization> + <organization></organization> <timezone>+1</timezone> <roles> <role>Java Developer</role> @@ -61,9 +62,9 @@ <developer> <name>Vincent Massol</name> <id>vmassol</id> - <organization>Apache Software Foundation</organization> + <organization></organization> <timezone>+1</timezone> - <url>http://blogs.codehaus.org/people/vmassol</url> + <url>https://twitter.com/vmassol</url> <roles> <role>Initial Inspiration and Feedback</role> <role>Java Developer</role> @@ -73,8 +74,8 @@ <developer> <name>Simon Kitching</name> <id>s_kitching</id> - <organization>ECN</organization> - <timezone>+12</timezone> + <organization></organization> + <timezone>+1</timezone> <roles> <role>Java Developer</role> </roles> |