Skip to content

Commit

Permalink
Bump maven-deploy-plugin from 3.0.0-M2 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M2 to 3.1.1.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0-M2...maven-deploy-plugin-3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 8927c3f commit 2d5ad20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<version.maven.javadoc.plugin>3.5.0</version.maven.javadoc.plugin>
<version.maven.shade.plugin>3.4.1</version.maven.shade.plugin>
<version.maven.enforcer.plugin>3.0.0</version.maven.enforcer.plugin>
<version.maven.deploy.plugin>3.0.0-M2</version.maven.deploy.plugin>
<version.maven.deploy.plugin>3.1.1</version.maven.deploy.plugin>
<version.microprofile.fault-tolerance>3.0</version.microprofile.fault-tolerance>

<version.java>1.8</version.java>
Expand Down

0 comments on commit 2d5ad20

Please sign in to comment.