Skip to content

Commit 52e61d6

Browse files
committed
upgraded some plugins and dependencies
1 parent dad4315 commit 52e61d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,17 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-release-plugin</artifactId>
84-
<version>3.1.1</version>
84+
<!--
85+
dont switch to version 3.0.1, that makes the strange certificate problems
86+
start maven release with -Dmaven.wagon.http.ssl.allowall=true since JDK 1.8
87+
does not have a complete truststore
88+
-->
89+
<version>3.0.0-M7</version>
8590
<configuration>
8691
<localCheckout>true</localCheckout>
8792
<pushChanges>false</pushChanges>
8893
<mavenExecutorId>forked-path</mavenExecutorId>
94+
<releaseProfiles>sign-release-artifacts</releaseProfiles>
8995
</configuration>
9096
</plugin>
9197
<plugin>

0 commit comments

Comments
 (0)