Skip to content

Commit

Permalink
PETADATA SDK Auto Released By zhigang.xzg,Version:1.2.0
Browse files Browse the repository at this point in the history
发布日志:
1, Add interface GrantAccountPrivilege;
2, Add interface RevokeAccountPrivilege;
  • Loading branch information
jxyowen committed Dec 12, 2018
1 parent e29a21c commit 1353bca
Show file tree
Hide file tree
Showing 83 changed files with 400 additions and 3,400 deletions.
4 changes: 4 additions & 0 deletions aliyun-java-sdk-petadata/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-12-12 Version: 1.2.0
1, Add interface GrantAccountPrivilege;
2, Add interface RevokeAccountPrivilege;

2018-08-21 Version: 1.1.0
1, Add API DescribeInstanceInfoByConnection

Expand Down
4 changes: 2 additions & 2 deletions aliyun-java-sdk-petadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-petadata</artifactId>
<packaging>jar</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<name>aliyun-java-sdk-petadata</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down Expand Up @@ -31,7 +31,7 @@ http://www.aliyun.com</description>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<optional>true</optional>
<version>3.7.1</version>
<version>4.1.1</version>
</dependency>
</dependencies>
<licenses>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
*/

package com.aliyuncs.petadata.model.v20160101;


import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.petadata.transform.v20160101.AllocateInstancePublicConnectionResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
Expand Down
Loading

0 comments on commit 1353bca

Please sign in to comment.