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

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


The following commit(s) were added to refs/heads/rc/2.0.6 by this push:
     new 4e04cf1bce4 test tsfile 2.2.0
4e04cf1bce4 is described below

commit 4e04cf1bce4f9e9cf66bfd78c04b1c558c4ccc21
Author: HTHou <[email protected]>
AuthorDate: Mon Dec 29 19:10:25 2025 +0800

    test tsfile 2.2.0
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 13d51e6d812..8eb09dda063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,19 @@
             <id>jitpack.io</id>
             <url>https://jitpack.io</url>
         </repository>
+        <repository>
+            <id>staging-repo</id>
+            <!-- id 可以任意取,只要唯一 -->
+            <name>TsFile Staging Repository</name>
+            
<url>https://repository.apache.org/content/repositories/orgapachetsfile-1018</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+                <!-- staging 通常是 release 版本 -->
+            </snapshots>
+        </repository>
     </repositories>
     <parent>
         <groupId>org.apache</groupId>
@@ -175,7 +188,7 @@
         <thrift.version>0.14.1</thrift.version>
         <xz.version>1.9</xz.version>
         <zstd-jni.version>1.5.6-3</zstd-jni.version>
-        <tsfile.version>2.2.0-250825-SNAPSHOT</tsfile.version>
+        <tsfile.version>2.2.0</tsfile.version>
     </properties>
     <!--
     if we claim dependencies in dependencyManagement, then we do not claim

Reply via email to