|
38 | 38 | <dependency> |
39 | 39 | <groupId>com.checkmarx.ast</groupId> |
40 | 40 | <artifactId>ast-cli-java-wrapper</artifactId> |
41 | | - <version>2.0.8</version> |
| 41 | + <version>2.4.7</version> |
42 | 42 | </dependency> |
43 | 43 | </dependencies> |
44 | 44 |
|
|
54 | 54 | </pluginManagement> |
55 | 55 | <plugins> |
56 | 56 | <plugin> |
57 | | - <groupId>org.sonatype.plugins</groupId> |
58 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
59 | | - <version>1.6.13</version> |
60 | | - <extensions>true</extensions> |
61 | | - <configuration> |
62 | | - <serverId>ossrh</serverId> |
63 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
64 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
65 | | - <stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes> |
66 | | - </configuration> |
67 | | - </plugin> |
| 57 | + <groupId>org.sonatype.central</groupId> |
| 58 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 59 | + <version>0.8.0</version> |
| 60 | + <extensions>true</extensions> |
| 61 | + <configuration> |
| 62 | + <publishingServerId>central</publishingServerId> |
| 63 | + <autoPublish>true</autoPublish> <!-- Optional --> |
| 64 | + </configuration> |
| 65 | + </plugin> |
68 | 66 | <plugin> |
69 | 67 | <groupId>org.apache.maven.plugins</groupId> |
70 | 68 | <artifactId>maven-gpg-plugin</artifactId> |
|
101 | 99 | </plugins> |
102 | 100 | </build> |
103 | 101 |
|
104 | | - <distributionManagement> |
105 | | - <snapshotRepository> |
106 | | - <id>ossrh</id> |
107 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
108 | | - </snapshotRepository> |
109 | | - <repository> |
110 | | - <id>ossrh</id> |
111 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
112 | | - </repository> |
113 | | - </distributionManagement> |
| 102 | + <distributionManagement> |
| 103 | + <repository> |
| 104 | + <id>central</id> |
| 105 | + <url>https://central.sonatype.com/api/v1/publish</url> |
| 106 | + </repository> |
| 107 | + </distributionManagement> |
114 | 108 |
|
115 | 109 | <licenses> |
116 | 110 | <license> |
|
0 commit comments