Skip to content

Commit 9ae6a5a

Browse files
build(deps): bump maven-deploy-plugin from 2.8.2 to 3.0.0 (#552)
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-2.8.2...maven-deploy-plugin-3.0.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 891d97b commit 9ae6a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-deploy-plugin</artifactId>
51-
<version>2.8.2</version>
51+
<version>3.0.0</version>
5252
<configuration>
5353
<skip>true</skip>
5454
</configuration>

sdk1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
<plugin>
422422
<groupId>org.apache.maven.plugins</groupId>
423423
<artifactId>maven-deploy-plugin</artifactId>
424-
<version>2.8.2</version>
424+
<version>3.0.0</version>
425425
<configuration>
426426
<skip>false</skip>
427427
</configuration>

0 commit comments

Comments
 (0)