File tree Expand file tree Collapse file tree 1 file changed +25
-19
lines changed Expand file tree Collapse file tree 1 file changed +25
-19
lines changed Original file line number Diff line number Diff line change 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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >com.qiniu</groupId >
6
6
<artifactId >sdk</artifactId >
7
- <version >6.0.3 </version >
7
+ <version >6.1.6 </version >
8
8
<packaging >jar</packaging >
9
9
<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 >
23
18
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 >
24
32
25
- </plugins >
26
-
27
- </build >
33
+ </build >
28
34
29
35
<properties >
30
36
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments