This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit e625bbbdf121ae10d58734e68fb2e93555daa7b7 Author: HTHou <[email protected]> AuthorDate: Sun Jul 7 21:28:02 2024 +0800 upgrade version to 9c68a35 --- cpp/pom.xml | 2 +- java/common/pom.xml | 2 +- java/examples/pom.xml | 4 ++-- java/pom.xml | 4 ++-- java/tsfile/pom.xml | 4 ++-- pom.xml | 12 ++++++------ python/pom.xml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index 677c4a7d..6eee4a80 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.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/java/common/pom.xml b/java/common/pom.xml index 298cdb61..2a757e55 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-java</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </parent> <artifactId>common</artifactId> <name>TsFile: Java: Common</name> diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 16816681..713b8cdb 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-java</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </parent> <artifactId>examples</artifactId> <packaging>pom</packaging> @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/java/pom.xml b/java/pom.xml index ab3ec31e..bdfd55c2 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,10 +24,10 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </parent> <artifactId>tsfile-java</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> <packaging>pom</packaging> <name>TsFile: Java</name> <modules> diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml index 507a3086..c78c6791 100644 --- a/java/tsfile/pom.xml +++ b/java/tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-java</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </parent> <artifactId>tsfile</artifactId> <name>TsFile: Java: TsFile</name> @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.tsfile</groupId> <artifactId>common</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </dependency> <dependency> <groupId>com.github.luben</groupId> diff --git a/pom.xml b/pom.xml index 9f4749e2..7cfd21ff 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.0.1-bf6a2f3-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache TsFile Project Parent POM</name> <properties> @@ -668,7 +668,7 @@ <cmake.generator>Unix Makefiles</cmake.generator> <python.venv.bin>venv/bin/</python.venv.bin> <python.exe.bin>python3</python.exe.bin> - <python.compiler.argument> </python.compiler.argument> + <python.compiler.argument></python.compiler.argument> </properties> </profile> <!-- Profile for linux amd64 (mainly AMD Processors) (Self-Enabling) --> @@ -687,7 +687,7 @@ <cmake.generator>Unix Makefiles</cmake.generator> <python.venv.bin>venv/bin/</python.venv.bin> <python.exe.bin>python3</python.exe.bin> - <python.compiler.argument> </python.compiler.argument> + <python.compiler.argument></python.compiler.argument> </properties> </profile> <!-- Profile for linux aarch64 (mainly newer Mac or Raspberry PI Processors) (Self-Enabling) --> @@ -706,7 +706,7 @@ <cmake.generator>Unix Makefiles</cmake.generator> <python.venv.bin>venv/bin/</python.venv.bin> <python.exe.bin>python3</python.exe.bin> - <python.compiler.argument> </python.compiler.argument> + <python.compiler.argument></python.compiler.argument> </properties> </profile> <!-- Profile for mac x86_64 (mainly Intel Processors) (Self-Enabling) --> @@ -724,7 +724,7 @@ <cmake.generator>Unix Makefiles</cmake.generator> <python.venv.bin>venv/bin/</python.venv.bin> <python.exe.bin>python3</python.exe.bin> - <python.compiler.argument> </python.compiler.argument> + <python.compiler.argument></python.compiler.argument> </properties> </profile> <!-- Profile for mac aarch64 (mainly AMD Processors) (Self-Enabling) --> @@ -742,7 +742,7 @@ <cmake.generator>Unix Makefiles</cmake.generator> <python.venv.bin>venv/bin/</python.venv.bin> <python.exe.bin>python3</python.exe.bin> - <python.compiler.argument> </python.compiler.argument> + <python.compiler.argument></python.compiler.argument> </properties> </profile> <!-- profile for windows x86_64 (mainly Intel Processors) (Self-Enabling) --> diff --git a/python/pom.xml b/python/pom.xml index 94856f7e..ae0c897c 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.0.1-SNAPSHOT</version> + <version>1.0.1-9c68a35-SNAPSHOT</version> </parent> <artifactId>tsfile-python</artifactId> <packaging>pom</packaging>
