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 0307c80

Browse filesBrowse files
committed
downgraded plugins again, certificate problems for java 8
1 parent 5245ee8 commit 0307c80
Copy full SHA for 0307c80

File tree

1 file changed

+3
-22
lines changed
Filter options

1 file changed

+3
-22
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+3-22
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-release-plugin</artifactId>
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>
84+
<version>2.5.3</version>
9085
<configuration>
9186
<localCheckout>true</localCheckout>
9287
<pushChanges>false</pushChanges>
@@ -108,24 +103,10 @@
108103
</execution>
109104
</executions>
110105
</plugin>
111-
<plugin>
112-
<groupId>org.apache.maven.plugins</groupId>
113-
<artifactId>maven-source-plugin</artifactId>
114-
<version>3.3.1</version>
115-
<executions>
116-
<execution>
117-
<id>attach-sources</id>
118-
<phase>verify</phase>
119-
<goals>
120-
<goal>jar-no-fork</goal>
121-
</goals>
122-
</execution>
123-
</executions>
124-
</plugin>
125106
<plugin>
126107
<groupId>org.apache.maven.plugins</groupId>
127108
<artifactId>maven-javadoc-plugin</artifactId>
128-
<version>3.11.1</version>
109+
<version>3.1.1</version>
129110
<configuration>
130111
<additionalparam>${javadoc.opts}</additionalparam>
131112
<doclint>none</doclint>
@@ -219,7 +200,7 @@
219200
<plugin>
220201
<groupId>org.apache.maven.plugins</groupId>
221202
<artifactId>maven-gpg-plugin</artifactId>
222-
<version>3.2.7</version>
203+
<version>1.6</version>
223204
<executions>
224205
<execution>
225206
<id>sign-artifacts</id>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.