This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch spotless in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 2158537fd7668f2f3323edf508aa8c10664d8f0a Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Apr 23 07:02:40 2023 -0400 spotless fix --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e20a629c..3be3cf88 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,8 @@ <properties> <maven.site.path>maven-site</maven.site.path> - <project.build.outputTimestamp>x</project.build.outputTimestamp><!-- disable Reproducible Builds that makes the site build time fixed at last release time --> + <project.build.outputTimestamp>x</project.build.outputTimestamp> + <!-- disable Reproducible Builds that makes the site build time fixed at last release time --> <currentStableVersion>3.9.1</currentStableVersion> <currentStableVersionDetails>2e178502fcdbffc201671fb2537d0cb4b4cc58f8</currentStableVersionDetails> <current4xVersion>4.0.0-alpha-5</current4xVersion>
