Skip to content

Commit 40c2aa8

Browse files
committed
[maven-release-plugin] prepare release sdk-6.1.5
1 parent 223f256 commit 40c2aa8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>com.qiniu</groupId>
67
<artifactId>sdk</artifactId>
7-
<version>6.1.5</version>
8+
<version>6.1.5-SNAPSHOT</version>
89
<packaging>jar</packaging>
910
<name>java-sdk</name>
1011
<url>http://www.qiniu.com/</url>
@@ -23,9 +24,9 @@
2324
</parent>
2425

2526
<scm>
26-
<connection>scm:git:[email protected]:qiniu-sdk/java-sdk.git</connection>
27-
<developerConnection>scm:git:[email protected]:qiniu-sdk/java-sdk.git</developerConnection>
28-
<url>[email protected]:qiniu-sdk/java-sdk.git</url>
27+
<connection>scm:git:[email protected]:simon-liubin/java-sdk.git</connection>
28+
<developerConnection>scm:git:[email protected]:simon-liubin/java-sdk.git</developerConnection>
29+
<url>[email protected]:simon-liubin/java-sdk.git</url>
2930
</scm>
3031

3132
<build>

0 commit comments

Comments
 (0)