This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 2a48f6cc0a6c1c9e1c53da688142dcd54299bc08 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Aug 30 17:29:58 2017 +0200 fixes #652: Update to java 8 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e42d8e8c..f72b37db 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>topia</artifactId> - <version>3.2.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ToPIA</name> @@ -218,14 +218,14 @@ <!-- libs version --> <commonsLoggingVersion>1.2</commonsLoggingVersion> <eugeneVersion>3.0-alpha-10</eugeneVersion> - <flywayVersion>4.1.2</flywayVersion> + <flywayVersion>4.2.0</flywayVersion> <guavaVersion>20.0</guavaVersion> <!-- Do not upgrade H2 to 1.4 see #3691 --> <h2Version>1.3.176</h2Version> <hamcrestVersion>1.3</hamcrestVersion> - <hibernateVersion>5.1.5.Final</hibernateVersion> + <hibernateVersion>5.1.8.Final</hibernateVersion> <javassistVersion>3.20.0-GA</javassistVersion> <junitVersion>4.12</junitVersion> <liquibaseVersion>3.5.3</liquibaseVersion> @@ -242,8 +242,8 @@ <siteSourcesType>rst</siteSourcesType> <ciViewId>ToPIA</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> </properties> @@ -402,7 +402,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.5</version> + <version>3.6</version> </dependency> <!-- BD H2 for testing --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.