Skip to content

Commit 766981b

Browse files
authored
Upgrade maven-deploy-plugin to 3.1.2 (openhab#16987)
This may help with fixing or diagnosing read timouts during deployment. Signed-off-by: Wouter Born <[email protected]>
1 parent c20871d commit 766981b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,12 @@ Import-Package: \\
330330
</dependencies>
331331
</plugin>
332332

333+
<plugin>
334+
<groupId>org.apache.maven.plugins</groupId>
335+
<artifactId>maven-deploy-plugin</artifactId>
336+
<version>3.1.2</version>
337+
</plugin>
338+
333339
<plugin>
334340
<groupId>org.apache.maven.plugins</groupId>
335341
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)