diff --git a/CHANGELOG.md b/CHANGELOG.md index f75a4efe67db5f144fa9caecb51dcbd07860100c..124b809f41324e6ea47f6876d97bbf30a6dfeb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://gitlab.com/to-be-continuous/maven/compare/3.1.1...3.1.2) (2022-10-04) + + +### Bug Fixes + +* remove quotes embeded with value ([d115fd4](https://gitlab.com/to-be-continuous/maven/commit/d115fd46df00dbbcc5ad4dc4cb8b1ac52ede3b9b)) + ## [3.1.1](https://gitlab.com/to-be-continuous/maven/compare/3.1.0...3.1.1) (2022-09-30) diff --git a/README.md b/README.md index 04752fc96a799ad55ae5c9a20c242f43876eb313..e0b737f061820d9a65305f2b8ca6beffe3bb1703 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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.1.1' + ref: '3.1.2' file: '/templates/gitlab-ci-maven.yml' ``` diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml index 80d83f9d68951954f6caf4d5c11280cf1c1fffd7..5303c98e7788b9f232a87f3f9a2ba95c6ca3274e 100644 --- a/templates/gitlab-ci-maven.yml +++ b/templates/gitlab-ci-maven.yml @@ -375,7 +375,7 @@ stages: image: $MAVEN_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "maven", "3.1.1" ] + command: ["--service", "maven", "3.1.2" ] before_script: - *mvn-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"