Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Mar 9, 2024
1 parent 2dbaa04 commit 89ac0fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<!-- dont switch to version 3.0.1, that makes the strange certificate problems -->
<!--
dont switch to version 3.0.1, that makes the strange certificate problems
start maven release with -Dmaven.wagon.http.ssl.allowall=true since JDK 1.8
does not have a complete truststore
-->
<version>3.0.0-M7</version>
<configuration>
<localCheckout>true</localCheckout>
Expand Down

0 comments on commit 89ac0fc

Please sign in to comment.