Skip to content

Commit c95bee9

Browse files
committed
fix version.
1 parent 1562456 commit c95bee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929
<groupId>org.apache.tsfile</groupId>
3030
<artifactId>tsfile-parent</artifactId>
31-
<version>2.2.0-SNAPSHOT</version>
31+
<version>2.1.2</version>
3232
<packaging>pom</packaging>
3333
<name>Apache TsFile Project Parent POM</name>
3434
<properties>

python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.tsfile</groupId>
2424
<artifactId>tsfile-parent</artifactId>
25-
<version>2.2.0-SNAPSHOT</version>
25+
<version>2.1.2</version>
2626
</parent>
2727
<artifactId>tsfile-python</artifactId>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)