This is an automated email from the git hooks/post-receive script. New commit to branch feature/657_update_to_flyway_5 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 267553053e790d366b6d04991cd3adb309a72aa6 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 8 15:10:35 2018 +0100 Using flyway 5.0.0 https://gitlab.nuiton.org/nuiton/topia/issues/657 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index daae8355..fcac91de 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ <!-- libs version --> <commonsLoggingVersion>1.2</commonsLoggingVersion> <eugeneVersion>3.0-alpha-10</eugeneVersion> - <flywayVersion>4.2.0</flywayVersion> + <flywayVersion>5.0.0</flywayVersion> <guavaVersion>23.0</guavaVersion> <!-- Do not upgrade H2 to 1.4 see #3691 --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.