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 462d057505874b4fc556508793bb4ca08296526f Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 11 13:47:54 2020 +0200 Migration vers POM 11.x --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8502a47..d17b6dd3 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.5</version> + <version>11.9</version> </parent> <artifactId>topia</artifactId> @@ -214,6 +214,7 @@ <!-- redmine project Id --> <projectId>topia</projectId> + <gitlabProjectName>topia</gitlabProjectName> <!-- FIXME issues are no longer on redmine since migration to gitlab --> <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> @@ -227,6 +228,7 @@ <hamcrestVersion>1.3</hamcrestVersion> <hibernateVersion>5.2.18.Final</hibernateVersion> + <jrstPluginVersion>2.3</jrstPluginVersion> <junitVersion>4.12</junitVersion> <liquibaseVersion>3.6.3</liquibaseVersion> <log4jVersion>1.2.17</log4jVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.