This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new fcf33c5 add link to versions-maven-plugin issue 453
fcf33c5 is described below
commit fcf33c59061c9bdb08b9858265a862e311a6d3e6
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Mar 20 08:10:31 2021 +0100
add link to versions-maven-plugin issue 453
---
content/apt/guides/mini/guide-reproducible-builds.apt | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt
b/content/apt/guides/mini/guide-reproducible-builds.apt
index 3297299..92d1ae5 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -109,6 +109,7 @@ Configuring for Reproducible Builds
it will automatically update the timestamp value in <<<pom.xml>>> during
the release in the same commit that updates version,
* if you have a custom release process tooling, you'll need to add the
feature to your release tooling.
+ Notice that a
{{{https://github.com/mojohaus/versions-maven-plugin/issues/453}new feature}}
was proposed to <<<versions:set>>> goal, that is often used in custom release
scripts.
[]