This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 60dcbfdb7ccc68ae5243c80b506afe22a4122cd4 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Jul 28 16:57:03 2023 +0200 Complete the list of developers and contributors in the root `pom.xml` file. This is in anticipation for the removal of those lists in sub-modules. --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 43 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 2d031c3d29..050a44408c 100644 --- a/pom.xml +++ b/pom.xml @@ -107,11 +107,16 @@ <post>[email protected]</post> <archive>https://lists.apache.org/[email protected]</archive> </mailingList> + <mailingList> + <name>Issues mailing list</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> <mailingList> <name>Commit mailing list</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> <archive>https://lists.apache.org/[email protected]</archive> </mailingList> </mailingLists> @@ -129,6 +134,17 @@ <role>PMC member</role> </roles> </developer> + <developer> + <name>Alexis Manin</name> + <id>alexismanin</id> + <email>[email protected]</email> + <organization>Geomatys</organization> + <organizationUrl>https://www.geomatys.com</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>PMC member</role> + </roles> + </developer> <developer> <name>Andrew Hart</name> <id>ahart</id> @@ -226,6 +242,9 @@ </developer> <developer> <name>Olivier Nouguier</name> + <organization>Geomatys</organization> + <organizationUrl>https://www.geomatys.com</organizationUrl> + <timezone>+1</timezone> <roles> <role>PMC member</role> </roles> @@ -262,7 +281,6 @@ <developer> <name>Rémi Maréchal</name> <id>rmarechal</id> - <email>[email protected]</email> <organization>Geomatys</organization> <organizationUrl>https://www.geomatys.com</organizationUrl> <timezone>+1</timezone> @@ -311,16 +329,6 @@ <role>documentation</role> </roles> </contributor> - <contributor> - <name>Alexis manin</name> - <email>[email protected]</email> - <organization>Geomatys</organization> - <organizationUrl>https://www.geomatys.com</organizationUrl> - <timezone>+1</timezone> - <roles> - <role>developer</role> - </roles> - </contributor> <contributor> <name>Antoine Hnawia</name> <organization>Institut de Recherche pour le Développement</organization> @@ -371,6 +379,15 @@ <role>mentor</role> </roles> </contributor> + <contributor> + <name>Maxime Gavens</name> + <organization>Geomatys</organization> + <organizationUrl>https://www.geomatys.com</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>developer</role> + </roles> + </contributor> <contributor> <name>Minh Chinh Vu</name> <email>[email protected]</email> @@ -381,6 +398,20 @@ <role>developer</role> </roles> </contributor> + <contributor> + <name>Richard Deplanque</name> + <organization>Université de Nouvelle-Calédonie</organization> + <timezone>+11</timezone> + <roles> + <role>Java Developer</role> + </roles> + </contributor> + <contributor> + <name>Smaniotto Enzo</name> + <roles> + <role>GSoC student</role> + </roles> + </contributor> <contributor> <name>Thi Phuong Hao Nguyen</name> <email>[email protected]</email>
