File tree Expand file tree Collapse file tree 5 files changed +8
-17
lines changed
src/main/java/cn/ucloud/ufile Expand file tree Collapse file tree 5 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 5555 <dependency >
5656 <groupId >cn.ucloud.ufile</groupId >
5757 <artifactId >ufile-client-java</artifactId >
58- <version >2.6.0 </version >
58+ <version >2.6.2 </version >
5959 </dependency >
6060 </dependencies >
6161
Original file line number Diff line number Diff line change 77 <groupId >cn.ucloud.ufile</groupId >
88 <artifactId >ufile</artifactId >
99 <packaging >pom</packaging >
10- <version >2.6.0 </version >
10+ <version >2.6.2 </version >
1111
1212 <modules >
1313 <module >ufile-core</module >
9595 <groupId >org.apache.maven.plugins</groupId >
9696 <artifactId >maven-deploy-plugin</artifactId >
9797 <version >${plugin.maven.deploy.version} </version >
98- <executions >
99- <execution >
100- <id >default-deploy</id >
101- <phase >deploy</phase >
102- <goals >
103- <goal >deploy</goal >
104- </goals >
105- </execution >
106- </executions >
10798 </plugin >
10899 <!-- Jar包 -->
109100 <plugin >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >ufile</artifactId >
88 <groupId >cn.ucloud.ufile</groupId >
9- <version >2.6.0 </version >
9+ <version >2.6.2 </version >
1010 </parent >
1111
1212 <artifactId >ufile-client-java</artifactId >
13- <version >2.6.0 </version >
13+ <version >2.6.2 </version >
1414
1515 <dependencies >
1616 <dependency >
2626 <dependency >
2727 <groupId >cn.ucloud.ufile</groupId >
2828 <artifactId >ufile-core</artifactId >
29- <version >2.6.0 </version >
29+ <version >2.6.2 </version >
3030 </dependency >
3131 </dependencies >
3232
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >cn.ucloud.ufile</groupId >
88 <artifactId >ufile</artifactId >
9- <version >2.6.0 </version >
9+ <version >2.6.2 </version >
1010 </parent >
1111
1212 <artifactId >ufile-core</artifactId >
13- <version >2.6.0 </version >
13+ <version >2.6.2 </version >
1414
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 66 * @date: 2018/11/22 15:00
77 */
88public class UfileConstants {
9- public static final String SDK_VERSION = "2.6.0 " ;
9+ public static final String SDK_VERSION = "2.6.2 " ;
1010 /**
1111 * 默认分片大小(4MB)
1212 */
You can’t perform that action at this time.
0 commit comments