Skip to content

Commit ea86457

Browse files
committed
Merge branch 'release/13.1.1'
2 parents 5c200e4 + e9d5327 commit ea86457

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.swiftmq</groupId>
99
<artifactId>swiftmq-client</artifactId>
10-
<version>13.1.0</version>
10+
<version>13.1.1</version>
1111

1212
<name>SwiftMQ Client</name>
1313
<description>Client for SwiftMQ Messaging System with JMS, AMQP 1.0 and file transfer over JMS.</description>
@@ -62,6 +62,7 @@
6262
</dependency>
6363
</dependencies>
6464

65+
<!-- Not needed anymore with the new Sonatype plugin
6566
<distributionManagement>
6667
<snapshotRepository>
6768
<id>ossrh</id>
@@ -73,6 +74,7 @@
7374
</url>
7475
</repository>
7576
</distributionManagement>
77+
-->
7678

7779
<scm>
7880
<connection>scm:git:git://github.com/iitsoftware/swiftmq-client.git</connection>
@@ -92,14 +94,12 @@
9294
</configuration>
9395
</plugin>
9496
<plugin>
95-
<groupId>org.sonatype.plugins</groupId>
96-
<artifactId>nexus-staging-maven-plugin</artifactId>
97-
<version>1.6.13</version>
97+
<groupId>org.sonatype.central</groupId>
98+
<artifactId>central-publishing-maven-plugin</artifactId>
99+
<version>0.7.0</version>
98100
<extensions>true</extensions>
99101
<configuration>
100-
<serverId>ossrh</serverId>
101-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
102-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
102+
<publishingServerId>central</publishingServerId>
103103
</configuration>
104104
</plugin>
105105
</plugins>

0 commit comments

Comments
 (0)