Change maven-deploy-plugin version to 3.0.0

This commit is contained in:
YuCheng Hu 2023-06-10 15:15:30 -04:00
parent d539917514
commit 2e02ff2ddb
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -2621,6 +2621,20 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>