This is an automated email from the ASF dual-hosted git repository.
elharo 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 d42548d9 spotless fix (#412)
d42548d9 is described below
commit d42548d95d618c6b801cd8f31c78aed9bb980a9d
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Apr 23 08:11:47 2023 -0400
spotless fix (#412)
---
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>