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

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


The following commit(s) were added to refs/heads/rc/1.1.2 by this push:
     new 50908d76 [maven-release-plugin] prepare release v1.1.2
50908d76 is described below

commit 50908d76254a57fd560a99374ef0e07e3ea127f7
Author: HTHou <[email protected]>
AuthorDate: Tue Sep 2 21:47:18 2025 +0800

    [maven-release-plugin] prepare release v1.1.2
---
 java/common/pom.xml   | 2 +-
 java/examples/pom.xml | 4 ++--
 java/pom.xml          | 4 ++--
 java/tsfile/pom.xml   | 4 ++--
 pom.xml               | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/java/common/pom.xml b/java/common/pom.xml
index cbc8d55e..a3b377fb 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.2-250814-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
     <artifactId>common</artifactId>
     <name>TsFile: Java: Common</name>
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 7543a908..cc862dde 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.2-250814-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
     <artifactId>examples</artifactId>
     <name>TsFile: Java: Examples</name>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>1.1.2-250814-SNAPSHOT</version>
+            <version>1.1.2</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/java/pom.xml b/java/pom.xml
index 8583712d..709edd97 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.2-250814-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
     <artifactId>tsfile-java</artifactId>
-    <version>1.1.2-250814-SNAPSHOT</version>
+    <version>1.1.2</version>
     <packaging>pom</packaging>
     <name>TsFile: Java</name>
     <modules>
diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml
index e5f9e016..4e2d4f89 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.2-250814-SNAPSHOT</version>
+        <version>1.1.2</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.2-250814-SNAPSHOT</version>
+            <version>1.1.2</version>
         </dependency>
         <dependency>
             <groupId>com.github.luben</groupId>
diff --git a/pom.xml b/pom.xml
index e1dbb6f9..adb946c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.tsfile</groupId>
     <artifactId>tsfile-parent</artifactId>
-    <version>1.1.2-250814-SNAPSHOT</version>
+    <version>1.1.2</version>
     <packaging>pom</packaging>
     <name>Apache TsFile Project Parent POM</name>
     <properties>
@@ -587,7 +587,7 @@
         
<connection>scm:git:ssh://[email protected]/apache/tsfile.git</connection>
         
<developerConnection>scm:git:ssh://[email protected]/apache/tsfile.git</developerConnection>
         <url>ssh://[email protected]:apache/tsfile.git</url>
-        <tag>HEAD</tag>
+        <tag>v1.1.2</tag>
     </scm>
     <issueManagement>
         <system>GitHub Issues</system>

Reply via email to