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 923da52789d0042baf183882aa5c1260633fc264 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Apr 5 10:57:36 2019 +0200 Add Alexis Manin in the list of project contributors. --- core/sis-raster/pom.xml | 14 +++++++++++++- pom.xml | 10 ++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/core/sis-raster/pom.xml b/core/sis-raster/pom.xml index c336974..1126141 100644 --- a/core/sis-raster/pom.xml +++ b/core/sis-raster/pom.xml @@ -68,8 +68,20 @@ <roles> <role>developer</role> </roles> - </developer> + </developer> </developers> + <contributors> + <contributor> + <name>Alexis manin</name> + <email>[email protected]</email> + <organization>Geomatys</organization> + <organizationUrl>http://www.geomatys.com</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>developer</role> + </roles> + </contributor> + </contributors> <!-- =========================================================== diff --git a/pom.xml b/pom.xml index 1ccc0db..5274a77 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,16 @@ </roles> </contributor> <contributor> + <name>Alexis manin</name> + <email>[email protected]</email> + <organization>Geomatys</organization> + <organizationUrl>http://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> <organizationUrl>http://www.ird.fr</organizationUrl>
