|
171 | 171 | <artifactId>flatten-maven-plugin</artifactId> |
172 | 172 | <version>1.7.3</version> |
173 | 173 | <configuration> |
174 | | - <flattenMode>minimum</flattenMode> |
| 174 | + <flattenMode>ossrh</flattenMode> |
175 | 175 | </configuration> |
176 | 176 | <executions> |
177 | 177 | <execution> |
|
199 | 199 |
|
200 | 200 | <distributionManagement> |
201 | 201 | <repository> |
202 | | - <id>ossrh</id> |
203 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 202 | + <id>central-hotswap-agent-release</id> |
| 203 | + <url>https://central.sonatype.com/</url> |
204 | 204 | </repository> |
205 | 205 | <snapshotRepository> |
206 | | - <id>ossrh</id> |
207 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 206 | + <id>central-hotswap-agent-release</id> |
| 207 | + <url>https://central.sonatype.com/</url> |
208 | 208 | </snapshotRepository> |
209 | 209 | </distributionManagement> |
210 | 210 |
|
|
213 | 213 | <plugin> |
214 | 214 | <groupId>org.apache.maven.plugins</groupId> |
215 | 215 | <artifactId>maven-source-plugin</artifactId> |
216 | | - <version>2.2.1</version> |
| 216 | + <version>3.3.1</version> |
217 | 217 | <executions> |
218 | 218 | <execution> |
219 | 219 | <id>attach-sources</id> |
|
226 | 226 | <plugin> |
227 | 227 | <groupId>org.apache.maven.plugins</groupId> |
228 | 228 | <artifactId>maven-javadoc-plugin</artifactId> |
229 | | - <version>2.10.4</version> |
| 229 | + <version>3.10.1</version> |
230 | 230 | <executions> |
231 | 231 | <execution> |
232 | 232 | <id>attach-javadocs</id> |
|
243 | 243 | <plugin> |
244 | 244 | <groupId>org.apache.maven.plugins</groupId> |
245 | 245 | <artifactId>maven-gpg-plugin</artifactId> |
246 | | - <version>1.6</version> |
| 246 | + <version>3.2.7</version> |
247 | 247 | <executions> |
248 | 248 | <execution> |
249 | 249 | <id>sign-artifacts</id> |
|
253 | 253 | </goals> |
254 | 254 | <configuration> |
255 | 255 | < keyname> [email protected]</ keyname> |
| 256 | + <passphraseServerId>gpg.passphrase</passphraseServerId> |
| 257 | + <gpgArguments> |
| 258 | + <arg>--pinentry-mode</arg> |
| 259 | + <arg>loopback</arg> |
| 260 | + </gpgArguments> |
256 | 261 | </configuration> |
257 | 262 | </execution> |
258 | 263 | </executions> |
259 | 264 | </plugin> |
260 | 265 | <plugin> |
261 | | - <groupId>org.sonatype.plugins</groupId> |
262 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
263 | | - <version>1.6.7</version> |
| 266 | + <groupId>org.sonatype.central</groupId> |
| 267 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 268 | + <version>0.6.0</version> |
264 | 269 | <extensions>true</extensions> |
265 | | - |
266 | 270 | <configuration> |
267 | | - <serverId>ossrh</serverId> |
268 | | - |
269 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
270 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 271 | + <publishingServerId>central-hotswap-agent-release</publishingServerId> |
| 272 | + <autoPublish>false</autoPublish> |
271 | 273 | </configuration> |
272 | 274 | </plugin> |
273 | 275 | </plugins> |
|
290 | 292 | <scope>system</scope> |
291 | 293 | <systemPath>${java.home}/../lib/tools.jar</systemPath> |
292 | 294 | <optional>true</optional> |
293 | | - </dependency> |
294 | | - </dependencies> |
| 295 | + </dependency> </dependencies> |
295 | 296 | </dependencyManagement> |
296 | 297 | </profile> |
297 | 298 | </profiles> |
|
327 | 328 | </dependencyManagement> |
328 | 329 |
|
329 | 330 | <properties> |
330 | | - <revision>2.0.3-SNAPSHOT</revision> |
| 331 | + <revision>2.0.4-SNAPSHOT</revision> |
331 | 332 | <dcevm>dcevm</dcevm> |
332 | 333 | <dcevm.test.arguments>-XX:+AllowEnhancedClassRedefinition -XX:HotswapAgent=external |
333 | 334 | --add-exports java.base/sun.security.action=ALL-UNNAMED |
|
0 commit comments