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>
  • Loading branch information
wborn authored and matchews committed Oct 18, 2024
1 parent af268f7 commit dc91241
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 dc91241

Please sign in to comment.