This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git commit 59a91326d2e122c6f31b5fd27e2961395b60aa18 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 8 09:44:27 2017 +0100 refs #4158: Update libs --- nuiton-matrix/pom.xml | 22 ++++++++++++++++++++++ pom.xml | 38 ++++++++++++++++++++++++++++++-------- 2 files changed, 52 insertions(+), 8 deletions(-) diff --git a/nuiton-matrix/pom.xml b/nuiton-matrix/pom.xml index 5ab0590..138af3d 100644 --- a/nuiton-matrix/pom.xml +++ b/nuiton-matrix/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton Matrix :: API + %% + Copyright (C) 2004 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 3934383..44ea48b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton Matrix + %% + Copyright (C) 2004 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -40,18 +62,18 @@ <role>developer</role> </roles> </developer> - <developer> - <id>tchemit</id> + </developers> + + <contributors> + <contributor> <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>Europe/Paris</timezone> <roles> <role>developer</role> </roles> - </developer> - </developers> + </contributor> + + </contributors> <modules> <module>nuiton-matrix</module> @@ -73,7 +95,7 @@ <signatureArtifactId>java16</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <jaxxVersion>2.40</jaxxVersion> + <jaxxVersion>2.41</jaxxVersion> <nuitonUtilsVersion>3.0-rc-18</nuitonUtilsVersion> <nuitonI18nVersion>3.6.3</nuitonI18nVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.