branch develop updated (00e4755 -> ed4f574)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-validator. See https://gitlab.nuiton.org/nuiton/nuiton-validator.git from 00e4755 Update libs new ed4f574 Update libs 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 ed4f57447ef3ebf305e1611b32a6acd0881bd03d Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 16:59:46 2020 +0200 Update libs Summary of changes: .gitlab-ci.yml | 41 +++++++++++++++++++++++++++++++++++++++++ pom.xml | 8 ++++---- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 .gitlab-ci.yml -- 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-validator. See https://gitlab.nuiton.org/nuiton/nuiton-validator.git commit ed4f57447ef3ebf305e1611b32a6acd0881bd03d Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 16:59:46 2020 +0200 Update libs --- .gitlab-ci.yml | 41 +++++++++++++++++++++++++++++++++++++++++ pom.xml | 8 ++++---- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..38e537c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,41 @@ +include: + - project: 'codelutin/ci' + file: '/ci.yml' + +image: registry.nuiton.org/codelutin/dockerfiles:maven-release-mvn3-6-3-openjdk11 + +stages: + - build + - deploy + - reporting + +build: + stage: build + script: + - mvn install + except: + - schedules + +snapshot: + stage: deploy + only: + - develop + script: + - mvn deploy -Prelease-profile + except: + - schedules + +pages: + stage: reporting + only: + - master + artifacts: + paths: + - public + script: + - mvn site -Preporting && mvn site:stage + - mv target/staging/nuitonpom/nuiton-validator public + except: + - schedules + + diff --git a/pom.xml b/pom.xml index 81f2e26..24620f8 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>11.8-SNAPSHOT</version> + <version>11.8</version> </parent> <artifactId>nuiton-validator</artifactId> @@ -68,7 +68,7 @@ <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <nuitonI18nVersion>3.8</nuitonI18nVersion> + <nuitonI18nVersion>4.0</nuitonI18nVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> @@ -79,7 +79,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0</version> + <version>3.1</version> </dependency> <dependency> <groupId>org.nuiton</groupId> @@ -108,7 +108,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.10</version> + <version>3.11</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm