Skip to content
Snippets Groups Projects
Commit 93cd62b8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 00b01f12
Branches
Tags
No related merge requests found
## [3.6.2](https://gitlab.com/to-be-continuous/maven/compare/3.6.1...3.6.2) (2023-10-16)
### Bug Fixes
* declare all TBC stages ([00b01f1](https://gitlab.com/to-be-continuous/maven/commit/00b01f12e629ef924dd4eca403540bfa7b1b3765))
## [3.6.1](https://gitlab.com/to-be-continuous/maven/compare/3.6.0...3.6.1) (2023-09-19)
......
......@@ -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.6.1'
ref: '3.6.2'
file: '/templates/gitlab-ci-maven.yml'
```
......@@ -467,11 +467,11 @@ All authentication methods should use masked GitLab environment variables.
include:
# main template
- project: 'to-be-continuous/maven'
ref: '3.6.1'
ref: '3.6.2'
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.6.1'
ref: '3.6.2'
file: '/templates/gitlab-ci-maven-jib.yml'
variables:
......
......@@ -405,7 +405,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.6.1" ]
command: ["--service", "maven", "3.6.2" ]
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