Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
atptro authored and wenzuochao committed Feb 25, 2020
1 parent 0bee199 commit 602ea2a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ccppath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"releases": {
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.1.0",
"ts": "@alicloud/ccppath-sdk:1.2.0",
"java": "com.aliyun:ccp-client:1.1.1",
"java": "com.aliyun:ccp-client:1.1.2",
"csharp": "Aliyun.SDK.CCP.Client:0.1.1"
},
"java": {
Expand Down
3 changes: 3 additions & 0 deletions ccppath-sdk/java/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-25 Version: 1.1.2
1. Update api

2019-11-22 Version: 1.1.1
1. Support readable

Expand Down
2 changes: 1 addition & 1 deletion ccppath-sdk/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aliyun</groupId>
<artifactId>ccp-client</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>jar</packaging>

<name>ccp-client</name>
Expand Down
2 changes: 1 addition & 1 deletion osspath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.1.0",
"ts": "@alicloud/osspath-sdk:1.1.0",
"csharp": "Aliyun.SDK.CCP.OSS.Client:0.1.1",
"java": "com.aliyun:ccp-oss-client:1.1.5"
"java": "com.aliyun:ccp-oss-client:1.1.6"
},
"java": {
"package": "com.aliyun.ccp.ossclient",
Expand Down
3 changes: 3 additions & 0 deletions osspath-sdk/java/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-25 Version: 1.1.6
1. Update api

2020-02-19 Version: 1.1.5
1. Update api

Expand Down
2 changes: 1 addition & 1 deletion osspath-sdk/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aliyun</groupId>
<artifactId>ccp-oss-client</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<packaging>jar</packaging>

<name>ccp-oss-client</name>
Expand Down

0 comments on commit 602ea2a

Please sign in to comment.