Skip to content

Commit

Permalink
build(deps): bump org.apache.maven.plugins:maven-deploy-plugin (#982)
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.1.
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent 4dbf527 commit 29977b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion sdk1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<configuration>
<skip>false</skip>
</configuration>
Expand Down

0 comments on commit 29977b1

Please sign in to comment.