Merge pull request #71 from SBDPlugins/dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.1

Bump maven-deploy-plugin from 3.0.0-M2 to 3.1.1
This commit is contained in:
Stijn Bannink 2023-06-11 11:14:22 +02:00 committed by GitHub
commit 56b54532e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@
<!-- SKIP the maven deploy -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.1.1</version>
<configuration>
<skip>true</skip>
</configuration>