This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit d211f74ecf551fca2441c7686714399cbd4e6668 Author: JackieTien97 <[email protected]> AuthorDate: Wed Nov 13 10:00:32 2024 +0800 chaneg version --- cpp/pom.xml | 2 +- java/pom.xml | 2 +- pom.xml | 2 +- python/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index 4bd893eb..0e1310e4 100644 --- a/cpp/pom.xml +++ b/cpp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.2.0-1c9924b4-SNAPSHOT</version> + <version>1.2.0-af5cc2e0-SNAPSHOT</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/java/pom.xml b/java/pom.xml index 498c332a..3955210c 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.2.0-1c9924b4-SNAPSHOT</version> + <version>1.2.0-af5cc2e0-SNAPSHOT</version> </parent> <artifactId>tsfile-java</artifactId> <version>1.2.0-af5cc2e0-SNAPSHOT</version> diff --git a/pom.xml b/pom.xml index 39a57b3e..95c4ef0a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.2.0-1c9924b4-SNAPSHOT</version> + <version>1.2.0-af5cc2e0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache TsFile Project Parent POM</name> <properties> diff --git a/python/pom.xml b/python/pom.xml index aefb9655..090b7ea9 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.2.0-1c9924b4-SNAPSHOT</version> + <version>1.2.0-af5cc2e0-SNAPSHOT</version> </parent> <artifactId>tsfile-python</artifactId> <packaging>pom</packaging>
