Skip to content

Commit 9aae6d8

Browse files
Bump maven-deploy-plugin from 2.8.2 to 3.0.0
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] <support@github.com>
1 parent cbd9447 commit 9aae6d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/examples-release-13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>2.8.2</version>
99+
<version>3.0.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

examples/examples-release-14/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>2.8.2</version>
99+
<version>3.0.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

examples/examples-release-15/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>2.8.2</version>
99+
<version>3.0.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
<plugin>
384384
<groupId>org.apache.maven.plugins</groupId>
385385
<artifactId>maven-deploy-plugin</artifactId>
386-
<version>2.8.2</version>
386+
<version>3.0.0</version>
387387
</plugin>
388388
<plugin>
389389
<groupId>org.codehaus.gmavenplus</groupId>

0 commit comments

Comments
 (0)