Skip to content

Commit

Permalink
update iotdb version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriCoder committed Apr 28, 2024
1 parent e06fbfb commit 5ea1f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iotdb-1.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<module>timescaledb</module>
<module>timescaledb-cluster</module>
<module>victoriametrics</module>
<!-- <module>iotdb-1.3</module>-->
<module>iotdb-1.3</module>
<module>iotdb-1.1</module>
<module>iotdb-1.0</module>
<module>iotdb-0.13</module>
Expand Down

0 comments on commit 5ea1f64

Please sign in to comment.