branch feature/666_flyway_6 updated (89a6de04 -> 70ca31f1)
This is an automated email from the git hooks/post-receive script. New change to branch feature/666_flyway_6 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git discards 89a6de04 Update flyway to version 6 new 70ca31f1 Update H2 to 1.4 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (89a6de04) \ N -- N -- N refs/heads/feature/666_flyway_6 (70ca31f1) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 70ca31f16bfef799abc67860dec424feaab64d7d Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Aug 29 16:31:28 2019 +0200 Update H2 to 1.4 Summary of changes: pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 feature/666_flyway_6 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 70ca31f16bfef799abc67860dec424feaab64d7d Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Aug 29 16:31:28 2019 +0200 Update H2 to 1.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39f7259f..d5384fdf 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ <guavaVersion>27.0.1-jre</guavaVersion> <!-- Do not upgrade H2 to 1.4 see #3691 --> - <h2Version>1.3.176</h2Version> + <h2Version>1.4.196</h2Version> <hamcrestVersion>1.3</hamcrestVersion> <hibernateVersion>5.2.18.Final</hibernateVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm