Skip to content

Commit

Permalink
commit:taosd-2.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sudohuang committed Aug 20, 2020
1 parent bcd2eac commit 94c01d7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<!--taos-datasource依赖放到工程目录-->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.ewent.taos</groupId>
<artifactId>taos-datasource-springboot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.1.1-SNAPSHOT</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
Binary file modified src/main/java/net/ewant/taos/native/Linux/x86_64/libtaos.so
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/net/ewant/taos/native/Linux/x86_64/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
library version 2.0.0.1
library version 2.0.1.1
Binary file not shown.

0 comments on commit 94c01d7

Please sign in to comment.