branch develop updated (10a29c7 -> b84a3db)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-validator. See https://gitlab.nuiton.org/nuiton/nuiton-validator.git from 10a29c7 add license header on pom new b84a3db Update libs + update jdk level to 7 (fixes #4131) 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 b84a3db9e273cdaf15cff265858909c105ff58e8 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 14:44:18 2017 +0100 Update libs + update jdk level to 7 (fixes #4131) Summary of changes: pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 nuiton-validator. See https://gitlab.nuiton.org/nuiton/nuiton-validator.git commit b84a3db9e273cdaf15cff265858909c105ff58e8 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 14:44:18 2017 +0100 Update libs + update jdk level to 7 (fixes #4131) --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index a49df3e..9ad8071 100644 --- a/pom.xml +++ b/pom.xml @@ -65,11 +65,11 @@ <projectId>nuiton-validator</projectId> <ciViewId>nuiton-validator</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <nuitonI18nVersion>3.5</nuitonI18nVersion> + <nuitonI18nVersion>3.6.2</nuitonI18nVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> @@ -86,7 +86,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-12</version> + <version>3.0-rc-17</version> </dependency> <dependency> <groupId>org.nuiton</groupId> @@ -103,7 +103,7 @@ <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> - <version>2.3.30</version> + <version>2.3.31</version> <exclusions> <exclusion> <groupId>asm</groupId> @@ -136,13 +136,13 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.5</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> @@ -154,7 +154,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>20.0</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm