This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit cb65dff59a7efac8d7ff78181431d4aa36340cf1 Author: OneSizeFitQuorum <[email protected]> AuthorDate: Thu Nov 21 17:24:47 2024 +0800 release 1.2.0-dd29bcc-SNAPSHOT Signed-off-by: OneSizeFitQuorum <[email protected]> --- cpp/pom.xml | 2 +- java/common/pom.xml | 2 +- java/examples/pom.xml | 4 ++-- java/pom.xml | 4 ++-- java/tools/pom.xml | 6 +++--- java/tsfile/pom.xml | 4 ++-- pom.xml | 2 +- python/pom.xml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index 5ceb16a3..4fff5e58 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-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/java/common/pom.xml b/java/common/pom.xml index 5f577e37..f018f55c 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.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </parent> <artifactId>common</artifactId> <name>TsFile: Java: Common</name> diff --git a/java/examples/pom.xml b/java/examples/pom.xml index be9afc04..e1bc5e18 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.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </parent> <artifactId>examples</artifactId> <packaging>pom</packaging> @@ -37,7 +37,7 @@ <dependency> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile</artifactId> - <version>1.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/java/pom.xml b/java/pom.xml index 502b4638..9beeae21 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.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </parent> <artifactId>tsfile-java</artifactId> - <version>1.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> <packaging>pom</packaging> <name>TsFile: Java</name> <modules> diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 8c60ce14..0ccb1b12 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-java</artifactId> - <version>1.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </parent> <artifactId>tools</artifactId> <name>TsFile: Java: Tools</name> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.tsfile</groupId> <artifactId>common</artifactId> - <version>1.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-cli</groupId> @@ -50,7 +50,7 @@ <dependency> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile</artifactId> - <version>1.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml index e95acc04..5f6ffec6 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.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-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.2.0-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </dependency> <dependency> <groupId>com.github.luben</groupId> diff --git a/pom.xml b/pom.xml index b20de7d8..ded9f78a 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-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache TsFile Project Parent POM</name> <properties> diff --git a/python/pom.xml b/python/pom.xml index 71c4fcc1..b04b7e3b 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-892fb580-SNAPSHOT</version> + <version>1.2.0-dd29bcc-SNAPSHOT</version> </parent> <artifactId>tsfile-python</artifactId> <packaging>pom</packaging>
