Commit b653efe4 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.1.3 [skip ci]

parent ecb2b685
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [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)


+1 −1
Original line number Diff line number Diff line
@@ -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'
```

+1 −1
Original line number Diff line number Diff line
@@ -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}"