|
10 | 10 | </parent> |
11 | 11 | <groupId>com.github.checkmarx-ltd</groupId> |
12 | 12 | <artifactId>cx-spring-boot-sdk</artifactId> |
13 | | - <version>0.6.28</version> |
| 13 | + <version>0.6.29</version> |
14 | 14 |
|
15 | 15 |
|
16 | 16 | <name>cx-spring-boot-sdk</name> |
|
219 | 219 | </executions> |
220 | 220 | </plugin> |
221 | 221 | <plugin> |
222 | | - <groupId>org.sonatype.plugins</groupId> |
223 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
224 | | - <version>1.6.13</version> |
| 222 | + <groupId>org.sonatype.central</groupId> |
| 223 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 224 | + <version>0.8.0</version> |
225 | 225 | <extensions>true</extensions> |
226 | 226 | <configuration> |
227 | | - <serverId>ossrh</serverId> |
228 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
229 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 227 | + <publishingServerId>central</publishingServerId> |
| 228 | + <autoPublish>true</autoPublish> |
230 | 229 | </configuration> |
231 | 230 | </plugin> |
232 | 231 | <plugin> |
|
273 | 272 | </plugins> |
274 | 273 | </build> |
275 | 274 |
|
276 | | - <distributionManagement> |
277 | | - <snapshotRepository> |
278 | | - <id>ossrh</id> |
279 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
280 | | - </snapshotRepository> |
281 | | - <repository> |
282 | | - <id>ossrh</id> |
283 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/ |
284 | | - </url> |
285 | | - </repository> |
286 | | - </distributionManagement> |
287 | | - |
288 | 275 | <licenses> |
289 | 276 | <license> |
290 | 277 | <name>Apache License, Version 2.0</name> |
|
301 | 288 |
|
302 | 289 | <developers> |
303 | 290 | <developer> |
304 | | - <name>Ken McDonald</name> |
305 | | - <email>ken.mcdonald@checkmarx.com</email> |
| 291 | + <name>Kedar Bhujade</name> |
| 292 | + <email>kedar.bhujade@checkmarx.com</email> |
306 | 293 | <organization>Checkmarx</organization> |
307 | 294 | <organizationUrl>https://www.checkmarx.com</organizationUrl> |
308 | 295 | </developer> |
|
0 commit comments