This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-1.5.0
in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
The following commit(s) were added to refs/heads/branch-1.5.0 by this push:
new 7d49ebd HADOOP-19727. downgrade maven site plugin to 3.6
7d49ebd is described below
commit 7d49ebde5e8be43f5a6c3dfc76353292c35ca0bd
Author: Steve Loughran <[email protected]>
AuthorDate: Fri Oct 17 20:24:49 2025 +0100
HADOOP-19727. downgrade maven site plugin to 3.6
CNFE for a doxia html parser otherwise.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3f04f24..b1dd58e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<!-- maven plugin versions -->
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
- <maven-site-plugin.version>4.0.0-M8</maven-site-plugin.version>
+ <maven-site-plugin.version>3.6</maven-site-plugin.version>
<maven-stylus-skin.version>1.5</maven-stylus-skin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]