branch develop updated (48b4c2f -> 9f65cda)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 48b4c2f Error in DMD gis editor, minutes are not ok (fixes #4135) new 9f65cda use pom 10.5 (fixes #4136) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9f65cda732d554ecc2b08846ed3e11b1a5a27197 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 15:41:41 2017 +0100 use pom 10.5 (fixes #4136) Summary of changes: jaxx-runtime-swing-application/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-help/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-nav/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-session/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-wizard/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime/pom.xml | 41 +++++++++++++++++----------------- jaxx-validator/pom.xml | 41 +++++++++++++++++----------------- jaxx-widgets-extra/pom.xml | 22 ++++++++++++++++++ pom.xml | 2 +- 9 files changed, 153 insertions(+), 133 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 9f65cda732d554ecc2b08846ed3e11b1a5a27197 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 15:41:41 2017 +0100 use pom 10.5 (fixes #4136) --- jaxx-runtime-swing-application/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-help/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-nav/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-session/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime-swing-wizard/pom.xml | 36 ++++++++++++++--------------- jaxx-runtime/pom.xml | 41 +++++++++++++++++----------------- jaxx-validator/pom.xml | 41 +++++++++++++++++----------------- jaxx-widgets-extra/pom.xml | 22 ++++++++++++++++++ pom.xml | 2 +- 9 files changed, 153 insertions(+), 133 deletions(-) diff --git a/jaxx-runtime-swing-application/pom.xml b/jaxx-runtime-swing-application/pom.xml index 11b4eba..bcfdc06 100644 --- a/jaxx-runtime-swing-application/pom.xml +++ b/jaxx-runtime-swing-application/pom.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Runtime Swing Session -%% -Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit -%% -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% + JAXX :: Runtime Swing Session + %% + Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit + %% + 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"> diff --git a/jaxx-runtime-swing-help/pom.xml b/jaxx-runtime-swing-help/pom.xml index 61fb60d..6b73d45 100644 --- a/jaxx-runtime-swing-help/pom.xml +++ b/jaxx-runtime-swing-help/pom.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Runtime Swing Session -%% -Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit -%% -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% + JAXX :: Runtime Swing Session + %% + Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit + %% + 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"> diff --git a/jaxx-runtime-swing-nav/pom.xml b/jaxx-runtime-swing-nav/pom.xml index 2e0e30b..4a8d402 100644 --- a/jaxx-runtime-swing-nav/pom.xml +++ b/jaxx-runtime-swing-nav/pom.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Runtime Swing Session -%% -Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit -%% -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% + JAXX :: Runtime Swing Session + %% + Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit + %% + 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"> diff --git a/jaxx-runtime-swing-session/pom.xml b/jaxx-runtime-swing-session/pom.xml index 3aa32e2..8ce0091 100644 --- a/jaxx-runtime-swing-session/pom.xml +++ b/jaxx-runtime-swing-session/pom.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Runtime Swing Session -%% -Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit -%% -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% + JAXX :: Runtime Swing Session + %% + Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit + %% + 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"> diff --git a/jaxx-runtime-swing-wizard/pom.xml b/jaxx-runtime-swing-wizard/pom.xml index 73463e8..13eae9c 100644 --- a/jaxx-runtime-swing-wizard/pom.xml +++ b/jaxx-runtime-swing-wizard/pom.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Runtime Swing Session -%% -Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit -%% -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% + JAXX :: Runtime Swing Session + %% + Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit + %% + 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"> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 608c91c..cc26851 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -1,27 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Runtime - -$Id$ -$HeadURL$ -%% -Copyright (C) 2008 - 2010 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% + JAXX :: Runtime + $Id$ + $HeadURL$ + %% + Copyright (C) 2008 - 2010 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"> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 10c9e63..84f089e 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -1,27 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L -JAXX :: Validator - -$Id$ -$HeadURL$ -%% -Copyright (C) 2008 - 2010 CodeLutin, Tony Chemit -%% -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% + JAXX :: Validator + $Id$ + $HeadURL$ + %% + Copyright (C) 2008 - 2010 CodeLutin, Tony Chemit + %% + 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"> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index b4cd277..13b4e2b 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JAXX :: Extra Widgets + %% + 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 f46bb43..5f11879 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.4</version> + <version>10.5</version> </parent> <artifactId>jaxx</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm