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

jackietien pushed a commit to branch rc/1.1.0
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit b7e28783ce029c820e734556918f10bef47ae98c
Author: JackieTien97 <[email protected]>
AuthorDate: Tue Apr 2 14:05:16 2024 +0800

    add snapshot version for 1.1.0-54eabc5-SNAPSHOT
---
 common/pom.xml   | 2 +-
 examples/pom.xml | 4 ++--
 pom.xml          | 2 +-
 tsfile/pom.xml   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 8e61f807..2feccdbe 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0-54eabc5-SNAPSHOT</version>
     </parent>
     <artifactId>common</artifactId>
     <name>TsFile: Common API</name>
diff --git a/examples/pom.xml b/examples/pom.xml
index aa9f958d..f6f92f0f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0-54eabc5-SNAPSHOT</version>
     </parent>
     <artifactId>examples</artifactId>
     <packaging>pom</packaging>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-54eabc5-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/pom.xml b/pom.xml
index ce766e3c..9f011274 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-SNAPSHOT</version>
+    <version>1.1.0-54eabc5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache TsFile Project Parent POM</name>
     <modules>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index a8fb83af..573efbd0 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0-54eabc5-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile</artifactId>
     <name>TsFile: TsFile</name>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>common</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-54eabc5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.github.luben</groupId>

Reply via email to