Skip to content

Commit 56cfd60

Browse files
authored
HADOOP-17551. Upgrade maven-site-plugin to 3.11.0 (#4196)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
1 parent bf4730b commit 56cfd60

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
9595

9696
<!-- maven plugin versions -->
9797
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
98-
<maven-site-plugin.version>3.6</maven-site-plugin.version>
98+
<maven-site-plugin.version>3.11.0</maven-site-plugin.version>
9999
<maven-stylus-skin.version>1.5</maven-stylus-skin.version>
100100
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
101101
<maven-assembly-plugin.version>2.4</maven-assembly-plugin.version>
@@ -313,11 +313,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
313313
<artifactId>wagon-ssh</artifactId>
314314
<version>${wagon-ssh.version}</version>
315315
</dependency>
316-
<dependency>
317-
<groupId>org.apache.maven.doxia</groupId>
318-
<artifactId>doxia-module-markdown</artifactId>
319-
<version>1.8</version>
320-
</dependency>
321316
</dependencies>
322317
</plugin>
323318
<!--This plugin's configuration is used to store Eclipse m2e settings only.

0 commit comments

Comments
 (0)