This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from 458e214c Use flyway 6.0.6 new 462d0575 Migration vers POM 11.x new 0d2453cb Fix dependency issue The 2 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 0d2453cb9aef78cdb9f696f0d55e58c256624c12 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 11 14:13:05 2020 +0200 Fix dependency issue commit 462d057505874b4fc556508793bb4ca08296526f Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 11 13:47:54 2020 +0200 Migration vers POM 11.x Summary of changes: pom.xml | 4 +++- topia-templates/pom.xml | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) -- 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 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>.
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 0d2453cb9aef78cdb9f696f0d55e58c256624c12 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 11 14:13:05 2020 +0200 Fix dependency issue --- topia-templates/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 634f168b..4ba9f227 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -48,6 +48,12 @@ <version>${project.version}</version> </dependency> + <!-- Pas utilisé directement mais dans les templates générés, donc on a besoin de la dépendance --> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + </dependency> + <dependency> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm