Skip to content

Commit 4e63cb7

Browse files
committed
update version to 5.17.7
1 parent c6212eb commit 4e63cb7

File tree

86 files changed

+20904
-867
lines changed

Some content is hidden

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

86 files changed

+20904
-867
lines changed

.gitignore

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
*.class
2-
3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
*.iml
1+
/bin/
2+
.classpath
3+
.project
4+
.settings
5+
out/
6+
src/test/resources/test_conf.json
7+
*.ipr
8+
*.iws
9+
src/test/resources/local_conf.properties
1110
.idea
11+
src/test/java/examples/logs
1212
target
13-
out
14-
logs
15-
setting.xml
16-
17-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
18-
hs_err_pid*
13+
logs/
14+
src/test/resources/conf.properties
15+
*.iml
16+
.DS_Store
17+
/protoc

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
1010

1111
## 版本
12-
- 当前版本:5.17.6
12+
- 当前版本:5.17.7
1313

1414
## 运行环境
1515
- JDK 6及其以上
1616

1717
## 安装
1818
#### Maven方式
19-
下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/5.17.6/tablestore-5.17.6.jar)或者通过Maven:
19+
下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/5.17.7/tablestore-5.17.7.jar)或者通过Maven:
2020
```xml
2121
<dependency>
2222
<groupId>com.aliyun.openservices</groupId>
2323
<artifactId>tablestore</artifactId>
24-
<version>5.17.6</version>
24+
<version>5.17.7</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)