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

chore(release): 3.6.0 [skip ci]

# [3.6.0](https://gitlab.com/to-be-continuous/maven/compare/3.5.0...3.6.0) (2023-07-02)

### Features

* **jib:** add Maven Jib variant to build container images for your Java applications ([96c2920b](https://gitlab.com/to-be-continuous/maven/commit/96c2920b8da419cedefe67e9cd497df146f94b49))
parent ec7c1775
No related branches found
No related tags found
No related merge requests found
# [3.6.0](https://gitlab.com/to-be-continuous/maven/compare/3.5.0...3.6.0) (2023-07-02)
### Features
* **jib:** add Maven Jib variant to build container images for your Java applications ([96c2920](https://gitlab.com/to-be-continuous/maven/commit/96c2920b8da419cedefe67e9cd497df146f94b49))
# [3.5.0](https://gitlab.com/to-be-continuous/maven/compare/3.4.0...3.5.0) (2023-05-28)
......
......@@ -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.5.0'
ref: '3.6.0'
file: '/templates/gitlab-ci-maven.yml'
```
......@@ -439,11 +439,11 @@ All authentication methods should use masked GitLab environment variables.
include:
# main template
- project: 'to-be-continuous/maven'
ref: '3.5.0'
ref: '3.6.0'
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.5.0'
ref: '3.6.0'
file: '/templates/gitlab-ci-maven-jib.yml'
variables:
......
......@@ -396,7 +396,7 @@ stages:
image: $MAVEN_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.5.0" ]
command: ["--service", "maven", "3.6.0" ]
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