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 e0b8941b1405d30c965b8fecf47d99af8b4df0da Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 19:06:17 2020 +0200 Update ci and libs --- .gitlab-ci.yml | 18 +++++++++++++++--- pom.xml | 18 +++++++++--------- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5916e38..0885959 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,16 @@ include: - project: 'codelutin/ci' file: '/ci.yml' +image: registry.nuiton.org/codelutin/dockerfiles:maven-release-mvn3-6-3-openjdk11 + stages: - build - check-can-release - qa +- reporting # Pour les branches maven: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: build script: mvn --batch-mode clean package except: @@ -20,7 +22,6 @@ maven: # Sur develop, on vérifie que c'est releasable maven-verify: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: check-can-release script: mvn --batch-mode clean verify -DperformRelease only: @@ -30,10 +31,21 @@ maven-verify: # Sonar uniquement si planifié sonar: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:$MAVEN_SONAR_PLUGIN_VERSION:sonar -Dsonar.host.url="$SONAR_INSTANCE_URL" only: - 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 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 126a3e3..5be20f9 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-config-project</artifactId> @@ -90,7 +90,7 @@ <mavenVersion>3.6.3</mavenVersion> <doxiaVersion>1.9.1</doxiaVersion> - <nuitonI18nVersion>3.8</nuitonI18nVersion> + <nuitonI18nVersion>4.0</nuitonI18nVersion> <!-- Documentation is in apt format --> <siteSourcesType>apt</siteSourcesType> @@ -103,18 +103,18 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-converter</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-version</artifactId> - <version>1.0-rc-2</version> + <version>1.0</version> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.1-rc-3-SNAPSHOT</version> + <version>3.1</version> <exclusions> <exclusion> <groupId>commons-primitives</groupId> @@ -132,7 +132,7 @@ <dependency> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene</artifactId> - <version>3.0-rc-1-SNAPSHOT</version> + <version>3.0</version> <scope>compile</scope> </dependency> @@ -151,7 +151,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.10</version> + <version>3.11</version> </dependency> <dependency> @@ -169,7 +169,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> <dependency> @@ -207,7 +207,7 @@ <dependency> <groupId>com.esotericsoftware.yamlbeans</groupId> <artifactId>yamlbeans</artifactId> - <version>1.13</version> + <version>1.15</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.