File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ JDK >= 1.8
1212<dependency >
1313 <groupId >io.gopluslabs</groupId >
1414 <artifactId >goplus-sdk-java</artifactId >
15- <version >0.1.8 </version >
15+ <version >0.1.9 </version >
1616</dependency >
1717```
1818
Original file line number Diff line number Diff line change 77 <packaging >jar</packaging >
88
99 <name >goplus-sdk-java</name >
10- <version >0.1.8 </version >
10+ <version >0.1.9 </version >
1111 <description >goplus-sdk-java</description >
1212 <url >https://github.com/GoPlusSecurity/goplus-sdk-java</url >
1313
5252 </scm >
5353
5454
55- <distributionManagement >
56- <repository >
57- <id >ossrh</id >
58- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
59- </repository >
60- </distributionManagement >
6155
6256
6357 <build >
9185 </plugin >
9286
9387 <plugin >
94- <groupId >org.sonatype.plugins </groupId >
95- <artifactId >nexus-staging -maven-plugin</artifactId >
96- <version >1.6.7 </version >
88+ <groupId >org.sonatype.central </groupId >
89+ <artifactId >central-publishing -maven-plugin</artifactId >
90+ <version >0.7.0 </version >
9791 <extensions >true</extensions >
9892 <configuration >
99- <serverId >ossrh</serverId >
100- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
101- <autoReleaseAfterClose >true</autoReleaseAfterClose >
93+ <publishingServerId >central</publishingServerId >
10294 </configuration >
10395 </plugin >
10496
You can’t perform that action at this time.
0 commit comments