pom.xml: fix version of maven-deploy-plugin

This commit is contained in:
Alan Orth 2022-10-31 11:37:25 +03:00
parent 970d0c074e
commit 0ffa4c8d37
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.3.0</version>
<version>3.0.0</version>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>