branch develop updated (e0b8941 -> 5548ada)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git from e0b8941 Update ci and libs new 5548ada Fix config 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 5548adada1ca546dc42917a8b8af41cb57b29f84 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 19:35:42 2020 +0200 Fix config Summary of changes: .gitlab-ci.yml | 2 +- pom.xml | 2 +- 2 files 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 develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 5548adada1ca546dc42917a8b8af41cb57b29f84 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 19:35:42 2020 +0200 Fix config --- .gitlab-ci.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0885959..b443657 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,6 @@ pages: - public script: - mvn site -Preporting && mvn site:stage - - mv target/staging/nuitonpom/nuiton-validator public + - mv target/staging/nuitonpom/nuiton-config public except: - schedules \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5be20f9..f5e5ecb 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-converter</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0</version> </dependency> <dependency> <groupId>org.nuiton</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm