Skip to content

Commit 2de817c

Browse files
authored
feat: upgrade (#42)
1 parent 124867b commit 2de817c

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

@@ -52,12 +52,6 @@
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>
@@ -91,14 +85,12 @@
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

0 commit comments

Comments
 (0)