|
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 --> |
|
349 | 354 | </dependency> |
350 | 355 | </dependencies> |
351 | 356 | </plugin> |
352 | | - |
353 | | - <plugin> |
354 | | - <groupId>org.sonatype.plugins</groupId> |
355 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
356 | | - <version>1.6.13</version> |
357 | | - <extensions>true</extensions> |
358 | | - <configuration> |
359 | | - <serverId>sonatype-nexus-staging</serverId> |
360 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
361 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
362 | | - </configuration> |
363 | | - </plugin> |
364 | | - |
365 | 357 | <!-- In case one wishes to integrate with Sonarqube running on localhost --> |
366 | 358 | <plugin> |
367 | 359 | <groupId>org.jacoco</groupId> |
|
406 | 398 | <build> |
407 | 399 | <plugins> |
408 | 400 | <plugin> |
| 401 | + <groupId>org.sonatype.central</groupId> |
| 402 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 403 | + <version>0.9.0</version> |
| 404 | + <extensions>true</extensions> |
| 405 | + <configuration> |
| 406 | + <publishingServerId>sonatype-nexus-staging</publishingServerId> |
| 407 | + <checksums>required</checksums> |
| 408 | + <centralBaseUrl>https://central.sonatype.com</centralBaseUrl> |
| 409 | + <autoPublish>false</autoPublish> |
| 410 | + </configuration> |
| 411 | + </plugin> |
| 412 | + <plugin> |
| 413 | + <groupId>org.apache.maven.plugins</groupId> |
409 | 414 | <artifactId>maven-gpg-plugin</artifactId> |
410 | | - <version>1.6</version> |
| 415 | + <version>3.2.8</version> |
411 | 416 | <executions> |
412 | 417 | <execution> |
413 | 418 | <id>sign-artifacts</id> |
|
0 commit comments