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

chore(release): 3.2.3 [skip ci]

parent 19a3e81f
No related branches found
No related tags found
No related merge requests found
## [3.2.3](https://gitlab.com/to-be-continuous/maven/compare/3.2.2...3.2.3) (2023-01-27)
### Bug Fixes
* "Add registry name in all Docker images" ([2ef742c](https://gitlab.com/to-be-continuous/maven/commit/2ef742c44b66964a01bf466af61e39809fc91d9a))
## [3.2.2](https://gitlab.com/to-be-continuous/maven/compare/3.2.1...3.2.2) (2022-12-11) ## [3.2.2](https://gitlab.com/to-be-continuous/maven/compare/3.2.1...3.2.2) (2022-12-11)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,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: '3.2.2' ref: '3.2.3'
file: '/templates/gitlab-ci-maven.yml' file: '/templates/gitlab-ci-maven.yml'
``` ```
......
...@@ -377,7 +377,7 @@ stages: ...@@ -377,7 +377,7 @@ stages:
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "maven", "3.2.2" ] command: ["--service", "maven", "3.2.3" ]
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