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 bf2777b commit 1646aef
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 @@ -2148,7 +2148,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 @@ -2311,7 +2311,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 1646aef

Please sign in to comment.