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

Commit

Permalink
release version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atptro committed Feb 15, 2020
1 parent 691bb7a commit 9fc5617
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions ccppath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"releases": {
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.0.3",
"ts": "@alicloud/ccppath-sdk:1.2.0",
"java": "com.aliyun:ccp-client:1.1.1",
"csharp": "Aliyun.SDK.CCP.Client:0.0.5"
},
"java": {
Expand Down
3 changes: 2 additions & 1 deletion osspath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"releases": {
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.0.3",
"ts": "@alicloud/osspath-sdk:1.1.0",
"csharp":"Aliyun.SDK.CCP.OSS.Client:0.0.5"
"csharp":"Aliyun.SDK.CCP.OSS.Client:0.0.5",
"java" : "com.aliyun:ccp-oss-client:1.1.3"
},
"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-15 Version: 1.1.3
1. Update api

2020-02-03 Version: 1.1.2
1. Change expires to expire

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.2</version>
<version>1.1.3</version>
<packaging>jar</packaging>

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

0 comments on commit 9fc5617

Please sign in to comment.