Skip to content

Commit 2bc79f4

Browse files
author
fengyikai
committed
pom
1 parent 1a1a869 commit 2bc79f4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ksyun</groupId>
88
<artifactId>ksyun-java-sdk</artifactId>
9-
<version>1.8.6.44</version>
9+
<version>1.8.6.45</version>
1010
<packaging>jar</packaging>
1111

1212
<name>KSYUN SDK for Java</name>
@@ -209,6 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-gpg-plugin</artifactId>
212+
<version>${dep.maven-gpg-plugin.version}</version>
212213
<executions>
213214
<execution>
214215
<id>sign-artifacts</id>
@@ -231,7 +232,7 @@
231232
<plugin>
232233
<groupId>org.sonatype.central</groupId>
233234
<artifactId>central-publishing-maven-plugin</artifactId>
234-
<version>0.8.0</version>
235+
<version>${dep.central-publishing-maven-plugin.version}</version>
235236
<extensions>true</extensions>
236237
<configuration>
237238
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)