Skip to content

Commit b6c847f

Browse files
authored
Merge pull request #242 from taosdata/feat/3.6.0
update version
2 parents c33a319 + 9735fce commit b6c847f

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

deploy-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
<groupId>com.taosdata.jdbc</groupId>
77
<artifactId>taos-jdbcdriver</artifactId>
8-
<version>3.5.3</version>
8+
<version>3.6.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>JDBCDriver</name>
1212
<url>https://github.com/taosdata/taos-connector-jdbc</url>
13-
<description>TDengine JDBC Driver</description>
13+
<description>The official TDengine JDBC connector</description>
1414

1515
<licenses>
1616
<license>

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>JDBCDriver</name>
1010
<url>https://github.com/taosdata/taos-connector-jdbc</url>
1111

12-
<description>TDengine JDBC Driver</description>
12+
<description>The official TDengine JDBC connector</description>
1313
<licenses>
1414
<license>
1515
<name>MIT License</name>
@@ -75,20 +75,6 @@
7575
<version>${junit.version}</version>
7676
<scope>test</scope>
7777
</dependency>
78-
79-
<!-- <dependency>-->
80-
<!-- <groupId>org.slf4j</groupId>-->
81-
<!-- <artifactId>slf4j-api</artifactId>-->
82-
<!-- <version>1.7.25</version>-->
83-
<!-- </dependency>-->
84-
85-
<!-- &lt;!&ndash; logback依赖 &ndash;&gt;-->
86-
<!-- <dependency>-->
87-
<!-- <groupId>ch.qos.logback</groupId>-->
88-
<!-- <artifactId>logback-classic</artifactId>-->
89-
<!-- <version>1.2.3</version>-->
90-
<!-- </dependency>-->
91-
9278
</dependencies>
9379

9480
<build>

0 commit comments

Comments
 (0)