Skip to content
Snippets Groups Projects
Commit 4ee2a24b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 212b7924
No related branches found
No related tags found
No related merge requests found
# [2.3.0](https://gitlab.com/to-be-continuous/maven/compare/2.2.0...2.3.0) (2022-05-01)
### Features
* configurable tracking image ([124762b](https://gitlab.com/to-be-continuous/maven/commit/124762bc16b31d7309b38faab58286745340c72b))
# [2.2.0](https://gitlab.com/to-be-continuous/maven/compare/2.1.6...2.2.0) (2022-04-28)
......
......@@ -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: '2.2.0'
ref: '2.3.0'
file: '/templates/gitlab-ci-maven.yml'
```
......
......@@ -439,7 +439,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "2.2.0" ]
command: ["--service", "maven", "2.3.0" ]
before_script:
- *mvn-scripts
- 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