Merge pull request #3001 from taosdata/update_taos-jdbcdriver_version

udpate taos-jdbcdriver version for jdbc demos
This commit is contained in:
Shengliang Guan 2020-08-10 19:54:37 +08:00 committed by GitHub
commit e27a71aa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>1.0.1</version>
<version>2.0.2</version>
</dependency>
</dependencies>
</project>

View File

@ -41,7 +41,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>1.0.3</version>
<version>2.0.2</version>
</dependency>
</dependencies>

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>1.0.3</version>
<version>2.0.2</version>
</dependency>
<dependency>