File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments