This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.1.1 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit e8bc8b4cbbacdd44bf5f04ac7a09c4db698cf53d Author: HTHou <[email protected]> AuthorDate: Fri Apr 11 14:50:28 2025 +0800 Update versions --- cpp/pom.xml | 2 +- python/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index d4cc65a2..4469accd 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.1.1-8c45afe9-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/python/pom.xml b/python/pom.xml index 50bda5f5..9d579f61 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.1.1-8c45afe9-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>tsfile-python</artifactId> <packaging>pom</packaging>
