Skip to content

Commit d4e5af2

Browse files
Merge pull request #459 from checkmarx-ltd/develop
version release 0.6.29
2 parents 7ca5035 + 1a53805 commit d4e5af2

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

.circleci/maven.settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
22
<servers>
33
<server>
4-
<id>ossrh</id>
4+
<id>central</id>
55
<username>${env.SERVER_OSSRH_USERNAME}</username>
66
<password>${env.SERVER_OSSRH_PASSWORD}</password>
77
<configuration>

pom.xml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.github.checkmarx-ltd</groupId>
1212
<artifactId>cx-spring-boot-sdk</artifactId>
13-
<version>0.6.28</version>
13+
<version>0.6.29</version>
1414

1515

1616
<name>cx-spring-boot-sdk</name>
@@ -219,14 +219,13 @@
219219
</executions>
220220
</plugin>
221221
<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>
225225
<extensions>true</extensions>
226226
<configuration>
227-
<serverId>ossrh</serverId>
228-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
229-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
227+
<publishingServerId>central</publishingServerId>
228+
<autoPublish>true</autoPublish>
230229
</configuration>
231230
</plugin>
232231
<plugin>
@@ -273,18 +272,6 @@
273272
</plugins>
274273
</build>
275274

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-
288275
<licenses>
289276
<license>
290277
<name>Apache License, Version 2.0</name>
@@ -301,8 +288,8 @@
301288

302289
<developers>
303290
<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>
306293
<organization>Checkmarx</organization>
307294
<organizationUrl>https://www.checkmarx.com</organizationUrl>
308295
</developer>

0 commit comments

Comments
 (0)