mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
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:
parent
c20871d33c
commit
766981bb49
6
pom.xml
6
pom.xml
@ -330,6 +330,12 @@ Import-Package: \\
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
|
<version>3.1.2</version>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user