Author: desruisseaux Date: Wed Sep 12 16:22:01 2012 New Revision: 1384019 URL: http://svn.apache.org/viewvc?rev=1384019&view=rev Log: Moved contributor as developer. No need to repeat the URL, since it is inherited from the parent pom.xml.
Modified: incubator/sis/trunk/sis-metadata/pom.xml Modified: incubator/sis/trunk/sis-metadata/pom.xml URL: http://svn.apache.org/viewvc/incubator/sis/trunk/sis-metadata/pom.xml?rev=1384019&r1=1384018&r2=1384019&view=diff ============================================================================== --- incubator/sis/trunk/sis-metadata/pom.xml (original) +++ incubator/sis/trunk/sis-metadata/pom.xml Wed Sep 12 16:22:01 2012 @@ -38,7 +38,6 @@ <artifactId>sis-metadata</artifactId> <packaging>bundle</packaging> <name>Apache SIS metadata</name> - <url>http://incubator.apache.org/sis/</url> <description> <!-- Left alignment because this description will be copied in META-INF/MANIFEST.MF The leading space after the first line is necessary for proper formatting. --> @@ -51,8 +50,9 @@ Implementations of metadata derived from <!-- =========================================================== Developers and Contributors =========================================================== --> - <contributors> - <contributor> + <developers> + <developer> + <id>desruisseaux</id> <name>Martin Desruisseaux</name> <email>martin.desruisse...@geomatys.fr</email> <organization>Geomatys</organization> @@ -61,7 +61,9 @@ Implementations of metadata derived from <roles> <role>Developer</role> </roles> - </contributor> + </developer> + </developers> + <contributors> <contributor> <name>Cédric Briançon</name> <email>cedric.brian...@geomatys.com</email>