Skip to content

Commit b05436d

Browse files
authored
Merge pull request #2317 from kubernetes-client/dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.0.0
Bump maven-deploy-plugin from 2.8.2 to 3.0.0
2 parents cbd9447 + 9aae6d8 commit b05436d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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)