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

chore(release): 3.3.1 [skip ci]

parent 9773ebee
Branches
Tags
No related merge requests found
## [3.3.1](https://gitlab.com/to-be-continuous/maven/compare/3.3.0...3.3.1) (2023-03-28)
### Bug Fixes
* **sbom:** add CycloneDX report ([9773ebe](https://gitlab.com/to-be-continuous/maven/commit/9773ebee8e79161e2d6aafcac56c67997ce4a918))
# [3.3.0](https://gitlab.com/to-be-continuous/maven/compare/3.2.3...3.3.0) (2023-03-22)
......
......@@ -9,7 +9,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.3.0'
ref: '3.3.1'
file: '/templates/gitlab-ci-maven.yml'
```
......
......@@ -379,7 +379,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.3.0" ]
command: ["--service", "maven", "3.3.1" ]
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