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

chore(release): 3.1.1 [skip ci]

parent 16a0add5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/maven/compare/3.1.0...3.1.1) (2022-09-30)


### Bug Fixes

* add processing to add -X when TRACE is set ([754d309](https://gitlab.com/to-be-continuous/maven/commit/754d309f0146216bed8863aa7a06679ddf36481b))

# [3.1.0](https://gitlab.com/to-be-continuous/maven/compare/3.0.0...3.1.0) (2022-08-10)


+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.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-maven.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ stages:
  image: $MAVEN_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "maven", "3.1.0" ]
      command: ["--service", "maven", "3.1.1" ]
  before_script:
    - *mvn-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"