Skip to content

Commit c1c154e

Browse files
committed
Support Conditional Access Policy.
1 parent abc90c0 commit c1c154e

File tree

43 files changed

+3725
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3725
-2
lines changed

aliyun-java-sdk-eiam/ChangeLog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-03-21 Version: 1.0.10
2+
- Support Conditional Access Policy.
3+
14
2025-01-09 Version: 1.0.9
25
- Supported GetInstanceLicense.
36

aliyun-java-sdk-eiam/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-eiam</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.9</version>
7+
<version>1.0.10</version>
88
<name>aliyun-java-sdk-eiam</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java
@@ -91,7 +91,7 @@ http://www.aliyun.com</description>
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-gpg-plugin</artifactId>
94-
<version>1.5</version>
94+
<version>3.1.0</version>
9595
<executions>
9696
<execution>
9797
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)