This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch snapshot/1.1.0-241129
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit eecbd4145e45e75ddd9c5ccff3a2a094bce87a87
Author: Tian Jiang <[email protected]>
AuthorDate: Fri Nov 29 14:31:04 2024 +0800

    update version
---
 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               | 2 +-
 python/pom.xml        | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/cpp/pom.xml b/cpp/pom.xml
index d4cc65a2..63efa922 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.0-241129-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile-cpp</artifactId>
     <packaging>pom</packaging>
diff --git a/java/common/pom.xml b/java/common/pom.xml
index e3ff5e4b..84c20054 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.1.1-8c45afe9-SNAPSHOT</version>
+        <version>1.1.0-241129-SNAPSHOT</version>
     </parent>
     <artifactId>common</artifactId>
     <name>TsFile: Java: Common</name>
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 4abd6ecd..ad28866a 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.1.1-8c45afe9-SNAPSHOT</version>
+        <version>1.1.0-241129-SNAPSHOT</version>
     </parent>
     <artifactId>examples</artifactId>
     <packaging>pom</packaging>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>1.1.1-8c45afe9-SNAPSHOT</version>
+            <version>1.1.0-241129-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/java/pom.xml b/java/pom.xml
index 96de9c21..25e9448e 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.1.1-8c45afe9-SNAPSHOT</version>
+        <version>1.1.0-241129-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile-java</artifactId>
-    <version>1.1.1-8c45afe9-SNAPSHOT</version>
+    <version>1.1.0-241129-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>TsFile: Java</name>
     <modules>
diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml
index edd164a8..7c77d4eb 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.1.1-8c45afe9-SNAPSHOT</version>
+        <version>1.1.0-241129-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.1.1-8c45afe9-SNAPSHOT</version>
+            <version>1.1.0-241129-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.github.luben</groupId>
diff --git a/pom.xml b/pom.xml
index 5360c1e7..69bda579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.tsfile</groupId>
     <artifactId>tsfile-parent</artifactId>
-    <version>1.1.1-8c45afe9-SNAPSHOT</version>
+    <version>1.1.0-241129-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache TsFile Project Parent POM</name>
     <properties>
diff --git a/python/pom.xml b/python/pom.xml
index 50bda5f5..59495fa8 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.0-241129-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile-python</artifactId>
     <packaging>pom</packaging>

Reply via email to