Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52e61d6

Browse filesBrowse files
committed
upgraded some plugins and dependencies
1 parent dad4315 commit 52e61d6
Copy full SHA for 52e61d6

File tree

1 file changed

+7
-1
lines changed
Filter options

1 file changed

+7
-1
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+7-1
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.