mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
upgraded some plugins and dependencies
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -81,11 +81,17 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<!--
|
||||
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>
|
||||
<pushChanges>false</pushChanges>
|
||||
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||
<releaseProfiles>sign-release-artifacts</releaseProfiles>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user