|
5 | 5 | <artifactId>docusign-admin-java</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>docusign-admin-java</name> |
8 | | - <version>2.0.0</version> |
| 8 | + <version>2.1.0</version> |
9 | 9 | <url>https://developers.docusign.com</url> |
10 | 10 | <description>The Docusign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.</description> |
11 | 11 |
|
|
15 | 15 |
|
16 | 16 | <distributionManagement> |
17 | 17 | <snapshotRepository> |
18 | | - <id>ossrh</id> |
19 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 18 | + <id>central</id> |
| 19 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
20 | 20 | </snapshotRepository> |
21 | 21 | <repository> |
22 | | - <id>ossrh2</id> |
23 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 22 | + <id>central</id> |
| 23 | + <url>https://central.sonatype.com/repository/maven-releases/</url> |
24 | 24 | </repository> |
25 | 25 | </distributionManagement> |
26 | 26 |
|
|
230 | 230 | <plugin> |
231 | 231 | <groupId>org.owasp</groupId> |
232 | 232 | <artifactId>dependency-check-maven</artifactId> |
233 | | - <version>10.0.2</version> |
| 233 | + <version>12.1.1</version> |
234 | 234 | <configuration> |
235 | 235 | <failBuildOnCVSS>8</failBuildOnCVSS> |
236 | 236 | </configuration> |
|
309 | 309 | </configuration> |
310 | 310 | </plugin> |
311 | 311 | <plugin> |
312 | | - <groupId>org.sonatype.plugins</groupId> |
313 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
314 | | - <version>1.6.8</version> |
| 312 | + <groupId>org.sonatype.central</groupId> |
| 313 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 314 | + <version>0.8.0</version> |
| 315 | + <extensions>true</extensions> |
315 | 316 | <configuration> |
316 | | - <serverId>ossrh</serverId> |
317 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
318 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 317 | + <publishingServerId>central</publishingServerId> |
| 318 | + <autoPublish>true</autoPublish> |
319 | 319 | </configuration> |
320 | 320 | </plugin> |
321 | 321 | </plugins> |
|
0 commit comments