Skip to content

Commit 2526dbf

Browse files
hotcodemachaaajisaka
authored andcommitted
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> (cherry picked from commit 56cfd60)
1 parent 5e137ac commit 2526dbf

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>
@@ -219,11 +219,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
219219
<artifactId>wagon-ssh</artifactId>
220220
<version>${wagon-ssh.version}</version>
221221
</dependency>
222-
<dependency>
223-
<groupId>org.apache.maven.doxia</groupId>
224-
<artifactId>doxia-module-markdown</artifactId>
225-
<version>1.8</version>
226-
</dependency>
227222
</dependencies>
228223
</plugin>
229224
<!--This plugin's configuration is used to store Eclipse m2e settings only.

0 commit comments

Comments
 (0)