Skip to content

Commit c260ad3

Browse files
KenChoiKenChoi
authored andcommitted
prepare next release
1 parent b5b7745 commit c260ad3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

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

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jpush-client</artifactId>
6-
<version>3.2.12-SNAPSHOT</version>
6+
<version>3.2.13-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>
@@ -31,6 +31,13 @@
3131
<version>9</version>
3232
</parent>
3333

34+
<scm>
35+
<url>https://github.com/jpush/jpush-api-java-client</url>
36+
<connection>scm:git:[email protected]:jpush/jpush-api-java-client.git</connection>
37+
<developerConnection>scm:git:[email protected]:jpush/jpush-api-java-client.git</developerConnection>
38+
<tag>v3.2.13</tag>
39+
</scm>
40+
3441
<dependencies>
3542
<dependency>
3643
<groupId>cn.jpush.api</groupId>
@@ -230,9 +237,4 @@
230237
</reporting>
231238

232239

233-
<scm>
234-
<connection>scm:svn:http://svn.sonatype.org/spice/tags/v3.2.12</connection>
235-
<developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/v3.2.12</developerConnection>
236-
<url>http://svn.sonatype.org/spice/tags/v3.2.12</url>
237-
</scm>
238240
</project>

0 commit comments

Comments
 (0)