diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d67e884b57dbfcbf8944f8c63def30687e7b52..daadd698409c9f7e5af36fa1f06636f16aa820ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.2](https://gitlab.com/to-be-continuous/maven/compare/3.6.1...3.6.2) (2023-10-16) + + +### Bug Fixes + +* declare all TBC stages ([00b01f1](https://gitlab.com/to-be-continuous/maven/commit/00b01f12e629ef924dd4eca403540bfa7b1b3765)) + ## [3.6.1](https://gitlab.com/to-be-continuous/maven/compare/3.6.0...3.6.1) (2023-09-19) diff --git a/README.md b/README.md index 53ea635102046e3fb66bfd1d9ff6a5d76ca46744..52c6a66298e010792a421fe6579adf888694dd3f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/maven' - ref: '3.6.1' + ref: '3.6.2' file: '/templates/gitlab-ci-maven.yml' ``` @@ -467,11 +467,11 @@ All authentication methods should use masked GitLab environment variables. include: # main template - project: 'to-be-continuous/maven' - ref: '3.6.1' + ref: '3.6.2' file: '/templates/gitlab-ci-maven.yml' # Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template - project: 'to-be-continuous/maven' - ref: '3.6.1' + ref: '3.6.2' file: '/templates/gitlab-ci-maven-jib.yml' variables: diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml index c73b9a75cb97b9455742f15b6ba7438c32fba633..eca038275b54bdd7d3609758c757b330cd0f0563 100644 --- a/templates/gitlab-ci-maven.yml +++ b/templates/gitlab-ci-maven.yml @@ -405,7 +405,7 @@ stages: image: $MAVEN_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "maven", "3.6.1" ] + command: ["--service", "maven", "3.6.2" ] before_script: - *mvn-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"