|
24 | 24 |
|
25 | 25 | <scm> |
26 | 26 | <connection>scm:git:https://github.com/hap-java/HAP-Java.git</connection> |
27 | | - <developerConnection>scm:git:git@github.com:hap-java/HAP-Java.git</developerConnection> |
| 27 | + <developerConnection>scm:git:https://github.com/hap-java/HAP-Java.git</developerConnection> |
28 | 28 | <url>https://github.com/hap-java/HAP-Java.git</url> |
29 | 29 | <tag>HEAD</tag> |
30 | 30 | </scm> |
|
284 | 284 | </site> |
285 | 285 | <repository> |
286 | 286 | <id>ossrh</id> |
287 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 287 | + <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
288 | 288 | </repository> |
289 | 289 | <snapshotRepository> |
290 | 290 | <id>ossrh</id> |
291 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 291 | + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
292 | 292 | </snapshotRepository> |
293 | 293 | </distributionManagement> |
294 | 294 |
|
|
325 | 325 | <profiles> |
326 | 326 | <profile> |
327 | 327 | <id>ossrh</id> |
328 | | - <properties> |
329 | | - <gpg.executable>gpg</gpg.executable> |
330 | | - <gpg.keyname>${env.GPG_KEYNAME}</gpg.keyname> |
331 | | - <gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase> |
332 | | - <gpg.defaultKeyring>false</gpg.defaultKeyring> |
333 | | - <gpg.publicKeyring>deploy/pubring.gpg</gpg.publicKeyring> |
334 | | - <gpg.secretKeyring>deploy/secring.gpg</gpg.secretKeyring> |
335 | | - </properties> |
336 | | - <activation> |
337 | | - <property> |
338 | | - <name>performRelease</name> |
339 | | - <value>true</value> |
340 | | - </property> |
341 | | - </activation> |
342 | 328 | <build> |
343 | 329 | <plugins> |
344 | 330 | <plugin> |
|
354 | 340 | </goals> |
355 | 341 | </execution> |
356 | 342 | </executions> |
| 343 | + <configuration> |
| 344 | + <gpgArguments> |
| 345 | + <arg>--pinentry-mode</arg> |
| 346 | + <arg>loopback</arg> |
| 347 | + </gpgArguments> |
| 348 | + </configuration> |
357 | 349 | </plugin> |
358 | 350 | <plugin> |
359 | 351 | <groupId>org.sonatype.plugins</groupId> |
|
362 | 354 | <extensions>true</extensions> |
363 | 355 | <configuration> |
364 | 356 | <serverId>ossrh</serverId> |
365 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 357 | + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
366 | 358 | <autoReleaseAfterClose>true</autoReleaseAfterClose> |
367 | 359 | </configuration> |
368 | 360 | </plugin> |
369 | | - <plugin> |
370 | | - <groupId>org.apache.maven.plugins</groupId> |
371 | | - <artifactId>maven-release-plugin</artifactId> |
372 | | - <version>2.5.3</version> |
373 | | - </plugin> |
374 | 361 | </plugins> |
375 | | - </build> |
| 362 | + </build> |
376 | 363 | </profile> |
377 | 364 | </profiles> |
378 | 365 |
|
|
0 commit comments