Skip to content
Snippets Groups Projects
Commit 5f30da6e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.1.2 [skip ci]

parent 19e4e8a2
No related branches found
No related tags found
No related merge requests found
## [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) ## [3.1.1](https://gitlab.com/to-be-continuous/maven/compare/3.1.0...3.1.1) (2022-09-30)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/maven' - project: 'to-be-continuous/maven'
ref: '3.1.1' ref: '3.1.2'
file: '/templates/gitlab-ci-maven.yml' file: '/templates/gitlab-ci-maven.yml'
``` ```
......
...@@ -375,7 +375,7 @@ stages: ...@@ -375,7 +375,7 @@ stages:
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.1.1" ] command: ["--service", "maven", "3.1.2" ]
before_script: before_script:
- *mvn-scripts - *mvn-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment