Upgrade maven-deploy-plugin to 3.1.2 (#16987)

This may help with fixing or diagnosing read timouts during deployment.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2024-07-03 19:39:44 +02:00 committed by GitHub
parent c20871d33c
commit 766981bb49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -330,6 +330,12 @@ Import-Package: \\
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>