This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit eb099f7f9b20c4ecd77e1f803e118ea718355f13 Author: David Cossé <cosse@codelutin.com> Date: Thu Jul 7 18:06:58 2016 +0200 refs #1314 monté de version des libs --- README.txt | 10 ++++++++++ lima-server/src/license/THIRD-PARTY.properties | 6 +++--- lima-swing/src/license/THIRD-PARTY.properties | 6 +++--- pom.xml | 10 +++++----- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..38ab94f --- /dev/null +++ b/README.txt @@ -0,0 +1,10 @@ +pour lancer lima:: + + cd lima-swing; mvn -Prun + +pour réinitialiser la base de données de Lima: +supprimer le dossier: + /Users/userX/.lima + +Site de documentation: + http://maven-site.chorem.org/lima/ diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index cb43d73..39c1368 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,6 +28,7 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -45,7 +46,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:45:32 CEST 2016 +#Tue Jul 05 14:36:37 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 @@ -61,4 +62,3 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 -xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 296b8d4..16a9826 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,6 +30,7 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -47,7 +48,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:49:05 CEST 2016 +#Tue Jul 05 14:36:56 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence @@ -64,4 +65,3 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 -xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/pom.xml b/pom.xml index d2a3cd0..9b33ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -172,21 +172,21 @@ <commonsLoggingVersion>1.2</commonsLoggingVersion> <commonsLangVersion>2.6</commonsLangVersion> <dom4jVersion>1.6.1</dom4jVersion> - <googleGuavaVersion>18.0</googleGuavaVersion> + <googleGuavaVersion>19.0</googleGuavaVersion> <!-- h2Version 1.4.180 is beta, and db created with 1.3 are not compatible yet so don't use it for the moment--> <h2Version>1.3.176</h2Version> <hibernateVersion>4.3.11.Final</hibernateVersion> <itextVersion>4.2.1</itextVersion> - <jasperreportsVersion>6.2.0</jasperreportsVersion> + <jasperreportsVersion>6.3.0</jasperreportsVersion> <javaxServletVersion>3.1.0</javaxServletVersion> - <jaxxVersion>2.26</jaxxVersion> + <jaxxVersion>2.29</jaxxVersion> <jbossTransactionVersion>1.0.0.Final</jbossTransactionVersion> <jdomVersion>2.0.5</jdomVersion> <jettyPluginVersion>9.2.3.v20140905</jettyPluginVersion> - <junitVersion>4.11</junitVersion> + <junitVersion>4.12</junitVersion> <log4jVersion>1.2.17</log4jVersion> <openejbJavaeeApiVersion>6.0-6</openejbJavaeeApiVersion> - <openEjbVersion>4.7.2</openEjbVersion> + <openEjbVersion>4.7.4</openEjbVersion> <pdfboxVersion>1.8.7</pdfboxVersion> <slf4jVersion>1.7.13</slf4jVersion> <swinglabsVersion>3.0.4</swinglabsVersion> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.