Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d88f4fd

Browse files
committed
IVISION SDK Auto Released By wb-czb515173,Version:1.0.1
发布日志: 1, The ‘CreateProject’ interface adds the ‘ModelId’ parameter
1 parent 2f88d0b commit d88f4fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

aliyun-java-sdk-ivision/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-04-11 Version: 1.0.1
2+
1, The ‘CreateProject’ interface adds the ‘ModelId’ parameter
3+
14
2019-03-27 Version: 1.0.0
25
1, Add Project interface.
36
2, Add Tag interface.

aliyun-java-sdk-ivision/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.aliyun</groupId>
44
<artifactId>aliyun-java-sdk-ivision</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<name>aliyun-java-sdk-ivision</name>
88
<url>http://www.aliyun.com</url>
99
<description>Aliyun Open API SDK for Java
@@ -33,6 +33,11 @@ http://www.aliyun.com</description>
3333
<optional>true</optional>
3434
<version>[4.3.2,5.0.0)</version>
3535
</dependency>
36+
<dependency>
37+
<groupId>com.google.code.gson</groupId>
38+
<artifactId>gson</artifactId>
39+
<version>2.8.5</version>
40+
</dependency>
3641
</dependencies>
3742
<licenses>
3843
<license>

0 commit comments

Comments
 (0)