Skip to content

Commit

Permalink
Upgrade maven-deploy-plugin to 3.1.2 (openhab#16987)
Browse files Browse the repository at this point in the history
This may help with fixing or diagnosing read timouts during deployment.

Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
  • Loading branch information
wborn authored and pgfeller committed Sep 29, 2024
1 parent 03405f5 commit e18486e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e18486e

Please sign in to comment.