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

chore(release): 3.0.0 [skip ci]

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

### Features

* adaptive pipeline ([08a1b5e5](https://gitlab.com/to-be-continuous/maven/commit/08a1b5e56fab796f31eeb7f3a0ee28af98a765a3))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 742ceb27
No related branches found
No related tags found
No related merge requests found
# [3.0.0](https://gitlab.com/to-be-continuous/maven/compare/2.3.0...3.0.0) (2022-08-05)
### Features
* adaptive pipeline ([08a1b5e](https://gitlab.com/to-be-continuous/maven/commit/08a1b5e56fab796f31eeb7f3a0ee28af98a765a3))
### BREAKING CHANGES
* change default workflow from Branch pipeline to MR pipeline
# [2.3.0](https://gitlab.com/to-be-continuous/maven/compare/2.2.0...2.3.0) (2022-05-01) # [2.3.0](https://gitlab.com/to-be-continuous/maven/compare/2.2.0...2.3.0) (2022-05-01)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/maven' - project: 'to-be-continuous/maven'
ref: '2.3.0' ref: '3.0.0'
file: '/templates/gitlab-ci-maven.yml' file: '/templates/gitlab-ci-maven.yml'
``` ```
......
...@@ -458,7 +458,7 @@ stages: ...@@ -458,7 +458,7 @@ stages:
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "2.3.0" ] command: ["--service", "maven", "3.0.0" ]
before_script: before_script:
- *mvn-scripts - *mvn-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - 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