|
13 | 13 | <properties> |
14 | 14 | <!-- Matching versions of Core modules --> |
15 | 15 | <epics-util.version>1.0.8-SNAPSHOT</epics-util.version> |
16 | | - <epics-vtype.version>1.0.7</epics-vtype.version> |
| 16 | + <epics-vtype.version>1.0.8</epics-vtype.version> |
17 | 17 | <epics-pvdata.version>6.1.10-SNAPSHOT</epics-pvdata.version> |
18 | 18 | <epics-ntypes.version>0.3.10-SNAPSHOT</epics-ntypes.version> |
19 | 19 | <epics-pvaccess.version>5.1.10-SNAPSHOT</epics-pvaccess.version> |
|
126 | 126 | (id values there should match ids below) --> |
127 | 127 | <snapshotRepository> |
128 | 128 | <id>sonatype-nexus-snapshots</id> |
129 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 129 | + <name>sonatype-nexus-snapshots</name> |
| 130 | + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
130 | 131 | </snapshotRepository> |
| 132 | + <repository> |
| 133 | + <id>sonatype-nexus-staging</id> |
| 134 | + <url>https://s01.oss.sonatype.org/content/repositories/releases</url> |
| 135 | + </repository> |
131 | 136 | </distributionManagement> |
132 | 137 |
|
133 | 138 | <!-- Common depoendencies --> |
|
351 | 356 | </plugin> |
352 | 357 |
|
353 | 358 | <plugin> |
354 | | - <groupId>org.sonatype.plugins</groupId> |
355 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
356 | | - <version>1.6.13</version> |
| 359 | + <groupId>org.sonatype.central</groupId> |
| 360 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 361 | + <version>0.7.0</version> |
357 | 362 | <extensions>true</extensions> |
358 | 363 | <configuration> |
359 | | - <serverId>sonatype-nexus-staging</serverId> |
360 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
361 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 364 | + <publishingServerId>sonatype-nexus-staging</publishingServerId> |
| 365 | + <checksums>required</checksums> |
| 366 | + <centralBaseUrl>https://central.sonatype.com</centralBaseUrl> |
| 367 | + <autoPublish>false</autoPublish> |
362 | 368 | </configuration> |
363 | 369 | </plugin> |
364 | 370 |
|
|
406 | 412 | <build> |
407 | 413 | <plugins> |
408 | 414 | <plugin> |
| 415 | + <groupId>org.apache.maven.plugins</groupId> |
409 | 416 | <artifactId>maven-gpg-plugin</artifactId> |
410 | | - <version>1.6</version> |
| 417 | + <version>3.0.1</version> |
411 | 418 | <executions> |
412 | 419 | <execution> |
413 | 420 | <id>sign-artifacts</id> |
|
0 commit comments