Author: ptahchiev Date: Fri Apr 4 11:19:25 2008 New Revision: 644809 URL: http://svn.apache.org/viewvc?rev=644809&view=rev Log: Added some roles in the pom.xml
Modified: jakarta/cactus/trunk/cactus-site/pom.xml Modified: jakarta/cactus/trunk/cactus-site/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=644809&r1=644808&r2=644809&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/pom.xml (original) +++ jakarta/cactus/trunk/cactus-site/pom.xml Fri Apr 4 11:19:25 2008 @@ -78,6 +78,10 @@ <id>vmassol</id> <email>[EMAIL PROTECTED]</email> <organization>XWiki</organization> + <roles> + <role>Creator</role> + <role>Emeritus Developer</role> + </roles> </developer> <developer> <name>Jari Worsley</name> @@ -90,6 +94,9 @@ <id>ndlesiecki</id> <email>[EMAIL PROTECTED]</email> <organization/> + <roles> + <role>Emeritus Developer</role> + </roles> </developer> <developer> <name>Julien Ruaux</name> @@ -108,6 +115,9 @@ <id>felipeal</id> <email>[EMAIL PROTECTED]</email> <organization>Falcon Informatica</organization> + <roles> + <role>Developer</role> + </roles> </developer> <developer> <name>Nicolas Chalumeau</name> @@ -120,6 +130,10 @@ <id>ptahchiev</id> <email>[EMAIL PROTECTED]</email> <organization>Sofia University</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>+3</timezone> </developer> </developers> @@ -234,6 +248,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changelog-plugin</artifactId> + </plugin> </plugins> </reporting> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]