Skip to content

Commit d6e0017

Browse files
committed
build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.0
1 parent 0664e17 commit d6e0017

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
@@ -284,7 +284,7 @@
284284
</plugin>
285285
<plugin>
286286
<artifactId>maven-deploy-plugin</artifactId>
287-
<version>3.0.0</version>
287+
<version>3.1.0</version>
288288
</plugin>
289289
<plugin>
290290
<groupId>org.apache.maven.plugins</groupId>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-deploy-plugin</artifactId>
41-
<version>3.0.0</version>
41+
<version>3.1.0</version>
4242
<configuration>
4343
<skip>true</skip>
4444
</configuration>

0 commit comments

Comments
 (0)