File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<groupId >com.swiftmq</groupId >
9
9
<artifactId >swiftmq-client</artifactId >
10
- <version >13.1.0 </version >
10
+ <version >13.1.1 </version >
11
11
12
12
<name >SwiftMQ Client</name >
13
13
<description >Client for SwiftMQ Messaging System with JMS, AMQP 1.0 and file transfer over JMS.</description >
62
62
</dependency >
63
63
</dependencies >
64
64
65
+ <!-- Not needed anymore with the new Sonatype plugin
65
66
<distributionManagement>
66
67
<snapshotRepository>
67
68
<id>ossrh</id>
73
74
</url>
74
75
</repository>
75
76
</distributionManagement>
77
+ -->
76
78
77
79
<scm >
78
80
<connection >scm:git:git://github.com/iitsoftware/swiftmq-client.git</connection >
92
94
</configuration >
93
95
</plugin >
94
96
<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 >
98
100
<extensions >true</extensions >
99
101
<configuration >
100
- <serverId >ossrh</serverId >
101
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
102
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
102
+ <publishingServerId >central</publishingServerId >
103
103
</configuration >
104
104
</plugin >
105
105
</plugins >
You can’t perform that action at this time.
0 commit comments