Skip to content

Commit 1db7b3b

Browse files
committed
Merge pull request #126 from simon-liubin/develop
maven release
2 parents af37da7 + 77e8963 commit 1db7b3b

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

pom.xml

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
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">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.qiniu</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>6.0.3</version>
7+
<version>6.1.6</version>
88
<packaging>jar</packaging>
99
<name>java-sdk</name>
10-
<url>http://www.qiniutek.com/</url>
11-
12-
<build>
13-
<plugins>
14-
<plugin>
15-
<groupId>org.apache.maven.plugins</groupId>
16-
<artifactId>maven-compiler-plugin</artifactId>
17-
<configuration>
18-
<source>1.6</source>
19-
<target>1.6</target>
20-
<encoding>utf-8</encoding>
21-
</configuration>
22-
</plugin>
10+
<url>http://www.qiniu.com/</url>
11+
<description> Qiniu Resource (Cloud) Storage SDK demo for Java</description>
12+
<licenses>
13+
<license>
14+
<name>The MIT License</name>
15+
<url>http://opensource.org/licenses/MIT</url>
16+
</license>
17+
</licenses>
2318

19+
<build>
20+
<plugins>
21+
<plugin>
22+
<groupId>org.apache.maven.plugins</groupId>
23+
<artifactId>maven-compiler-plugin</artifactId>
24+
<version>3.1</version>
25+
<configuration>
26+
<source>1.6</source>
27+
<target>1.6</target>
28+
<encoding>utf-8</encoding>
29+
</configuration>
30+
</plugin>
31+
</plugins>
2432

25-
</plugins>
26-
27-
</build>
33+
</build>
2834

2935
<properties>
3036
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)