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

chore(release): 3.7.1 [skip ci]

## [3.7.1](https://gitlab.com/to-be-continuous/maven/compare/3.7.0...3.7.1) (2023-11-02)

### Bug Fixes

* initialize docker auth config in mvn-sbom job for private registries ([4c991ef2](https://gitlab.com/to-be-continuous/maven/commit/4c991ef2620fbac31cb4ea6de632c1c4bdb7957e))
parent 4de0316d
Branches
Tags
No related merge requests found
## [3.7.1](https://gitlab.com/to-be-continuous/maven/compare/3.7.0...3.7.1) (2023-11-02)
### Bug Fixes
* initialize docker auth config in mvn-sbom job for private registries ([4c991ef](https://gitlab.com/to-be-continuous/maven/commit/4c991ef2620fbac31cb4ea6de632c1c4bdb7957e))
# [3.7.0](https://gitlab.com/to-be-continuous/maven/compare/3.6.2...3.7.0) (2023-10-24)
......
......@@ -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.7.0'
ref: '3.7.1'
file: '/templates/gitlab-ci-maven.yml'
```
......@@ -485,11 +485,11 @@ All authentication methods should use masked GitLab environment variables.
include:
# main template
- project: 'to-be-continuous/maven'
ref: '3.7.0'
ref: '3.7.1'
file: '/templates/gitlab-ci-maven.yml'
# Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template
- project: 'to-be-continuous/maven'
ref: '3.7.0'
ref: '3.7.1'
file: '/templates/gitlab-ci-maven-jib.yml'
variables:
......
......@@ -424,7 +424,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.7.0" ]
command: ["--service", "maven", "3.7.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