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

chore(release): 3.1.3 [skip ci]

parent ecb2b685
Branches
Tags
No related merge requests found
## [3.1.3](https://gitlab.com/to-be-continuous/maven/compare/3.1.2...3.1.3) (2022-10-06)
### Bug Fixes
* **maven:** use Maven CLI options ([2be56aa](https://gitlab.com/to-be-continuous/maven/commit/2be56aa72f08a0f6a2cf483cc9b96cbf23104fd4))
## [3.1.2](https://gitlab.com/to-be-continuous/maven/compare/3.1.1...3.1.2) (2022-10-04)
......
......@@ -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.2'
ref: '3.1.3'
file: '/templates/gitlab-ci-maven.yml'
```
......
......@@ -374,7 +374,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.1.2" ]
command: ["--service", "maven", "3.1.3" ]
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