Skip to content
Snippets Groups Projects
Unverified Commit 64bf8c05 authored by Timothy Stone's avatar Timothy Stone
Browse files

docs: correct the link to Maven Release Plugin documentation

Maven released v3.0.0 (previously M7) on 2023-03-17. Update link for overriding tag format  to
reflect the changes in the plugin's documentation site.
parent ced2ca04
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ variables: ...@@ -196,7 +196,7 @@ variables:
SEMREL_TAG_FORMAT: "myArtifactId-$${version}" SEMREL_TAG_FORMAT: "myArtifactId-$${version}"
``` ```
Or you can [override the maven release plugin tag format](http://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html#Overriding_the_default_tag_name_format). Or you can [override the maven release plugin tag format](https://maven.apache.org/maven-release/maven-release-plugin/usage/prepare-release.html#overriding-the-default-tag-name-format).
Note: It is the `mvn-release` job that will perform the release and so you only need the `semantic-release-info` job. Set the `SEMREL_RELEASE_DISABLED` variable as shown below. Note: It is the `mvn-release` job that will perform the release and so you only need the `semantic-release-info` job. Set the `SEMREL_RELEASE_DISABLED` variable as shown below.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment