Skip to content

Commit

Permalink
Upgrading maven-deploy-plugin and maven-site-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 20, 2024
1 parent 6717686 commit 19d25df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -2215,7 +2215,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
<configuration>
<locales>en</locales>
<generateProjectInfo>false</generateProjectInfo>
Expand Down

0 comments on commit 19d25df

Please sign in to comment.