Skip to content

Commit

Permalink
Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 (#2044)
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-M1 to 3.0.0-M2.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0-M1...maven-deploy-plugin-3.0.0-M2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 31, 2021
1 parent 615c883 commit bc8858a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codegen/pom.xml
Expand Up @@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
<configuration>
<!-- Not deployed -->
<skip>true</skip>
Expand Down
2 changes: 1 addition & 1 deletion extras/pom.xml
Expand Up @@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
<configuration>
<!-- Currently not deployed -->
<skip>true</skip>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Expand Up @@ -49,7 +49,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
<configuration>
<!-- Not deployed -->
<skip>true</skip>
Expand Down
2 changes: 1 addition & 1 deletion proto/pom.xml
Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
<configuration>
<!-- Not deployed -->
<skip>true</skip>
Expand Down

0 comments on commit bc8858a

Please sign in to comment.