Skip to content

Commit 6b8745c

Browse files
authored
Merge pull request #2556 from kubernetes-client/dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.0
build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0
2 parents e445766 + 108a33a commit 6b8745c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/examples-release-13/pom.xml

+1-1
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>3.0.0</version>
99+
<version>3.1.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

examples/examples-release-14/pom.xml

+1-1
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>3.0.0</version>
99+
<version>3.1.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

examples/examples-release-15/pom.xml

+1-1
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>3.0.0</version>
99+
<version>3.1.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-deploy-plugin</artifactId>
388-
<version>3.0.0</version>
388+
<version>3.1.0</version>
389389
</plugin>
390390
<plugin>
391391
<groupId>org.codehaus.gmavenplus</groupId>

0 commit comments

Comments
 (0)