|
81 | 81 | <plugin> |
82 | 82 | <groupId>org.apache.maven.plugins</groupId> |
83 | 83 | <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> |
90 | 85 | <configuration> |
91 | 86 | <localCheckout>true</localCheckout> |
92 | 87 | <pushChanges>false</pushChanges> |
|
108 | 103 | </execution> |
109 | 104 | </executions> |
110 | 105 | </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> |
125 | 106 | <plugin> |
126 | 107 | <groupId>org.apache.maven.plugins</groupId> |
127 | 108 | <artifactId>maven-javadoc-plugin</artifactId> |
128 | | - <version>3.11.1</version> |
| 109 | + <version>3.1.1</version> |
129 | 110 | <configuration> |
130 | 111 | <additionalparam>${javadoc.opts}</additionalparam> |
131 | 112 | <doclint>none</doclint> |
|
219 | 200 | <plugin> |
220 | 201 | <groupId>org.apache.maven.plugins</groupId> |
221 | 202 | <artifactId>maven-gpg-plugin</artifactId> |
222 | | - <version>3.2.7</version> |
| 203 | + <version>1.6</version> |
223 | 204 | <executions> |
224 | 205 | <execution> |
225 | 206 | <id>sign-artifacts</id> |
|