Skip to content

Commit 0997ea0

Browse files
authored
Merge pull request #60 from aliyun/releaseOCRVersion0.0.7
update ocr
2 parents f3a3bef + e7b0de9 commit 0997ea0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ocr-20191230/Teafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"main": "./main.tea",
66
"releases": {
7-
"java": "com.aliyun:ocr:0.0.6",
7+
"java": "com.aliyun:ocr:0.0.7",
88
"go": "github.com/aliyun/alibabacloud-sdk/ocr-20191230/golang/client:v0.1.2",
99
"csharp":"AlibabaCloud.SDK.Ocr:0.0.5"
1010
},

ocr-20191230/java/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020-02-25 Version: 0.0.7
2+
1. Release version 0.0.7
3+
14
2020-02-25 Version: 0.0.6
25
1. Release version 0.0.6
36

ocr-20191230/java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.aliyun</groupId>
66
<artifactId>ocr</artifactId>
7-
<version>0.0.6</version>
7+
<version>0.0.7</version>
88
<packaging>jar</packaging>
99

1010
<name>ocr</name>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.aliyun</groupId>
9999
<artifactId>common</artifactId>
100-
<version>RELEASE</version>
100+
<version>0.0.5</version>
101101
</dependency>
102102
</dependencies>
103103

0 commit comments

Comments
 (0)