Skip to content

Commit cd54bcf

Browse files
author
joshua.yin
authored
Merge pull request #45 from JoshuaYin/master
* 解决了maven上传成功但无法加载的问题
2 parents 4a0c91e + 24d922c commit cd54bcf

File tree

5 files changed

+8
-17
lines changed

5 files changed

+8
-17
lines changed

ufile-sample-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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

ufile/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -95,15 +95,6 @@
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>

ufile/ufile-client-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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>
@@ -26,7 +26,7 @@
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

ufile/ufile-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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>

ufile/ufile-core/src/main/java/cn/ucloud/ufile/UfileConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @date: 2018/11/22 15:00
77
*/
88
public 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
*/

0 commit comments

Comments
 (0)