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

colinlee pushed a commit to branch rc/2.2.1_rc2
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/rc/2.2.1_rc2 by this push:
     new aea0e073e [maven-release-plugin] prepare for next development iteration
aea0e073e is described below

commit aea0e073e735859b177d0935635e2db672b547c4
Author: ColinLee <[email protected]>
AuthorDate: Mon Mar 16 11:30:46 2026 +0800

    [maven-release-plugin] prepare for next development iteration
---
 cpp/pom.xml           |  6 +++---
 java/common/pom.xml   |  2 +-
 java/examples/pom.xml |  4 ++--
 java/pom.xml          |  6 +++---
 java/tools/pom.xml    |  6 +++---
 java/tsfile/pom.xml   | 10 +++++-----
 pom.xml               |  8 ++++----
 python/pom.xml        |  2 +-
 8 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/cpp/pom.xml b/cpp/pom.xml
index d1a2133ac..ef7f087fa 100644
--- a/cpp/pom.xml
+++ b/cpp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile-cpp</artifactId>
     <packaging>pom</packaging>
@@ -87,8 +87,8 @@
                                 
<option>-DENABLE_LZOKAY=${enable.lzokay}</option>
                                 <option>-DENABLE_ZLIB=${enable.zlib}</option>
                             </options>
-                            <sourcePath/>
-                            <targetPath/>
+                            <sourcePath />
+                            <targetPath />
                         </configuration>
                     </execution>
                     <!-- Compile the test code -->
diff --git a/java/common/pom.xml b/java/common/pom.xml
index 243354f0f..dd13a2fdf 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>2.2.1</version>
+        <version>2.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>common</artifactId>
     <name>TsFile: Java: Common</name>
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 3cbfce8f4..3626efcc6 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>2.2.1</version>
+        <version>2.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>examples</artifactId>
     <name>TsFile: Java: Examples</name>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>2.2.1</version>
+            <version>2.2.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/java/pom.xml b/java/pom.xml
index 1a0ab7af2..f787a8785 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -24,10 +24,10 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile-java</artifactId>
-    <version>2.2.1</version>
+    <version>2.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>TsFile: Java</name>
     <modules>
@@ -104,7 +104,7 @@
                             <importOrder>
                                 <order>org.apache.tsfile,,javax,java,\#</order>
                             </importOrder>
-                            <removeUnusedImports/>
+                            <removeUnusedImports />
                         </java>
                         <lineEndings>UNIX</lineEndings>
                     </configuration>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 8d7a58c4e..71ed7b9f0 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-java</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>tools</artifactId>
     <name>TsFile: Java: Tools</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>common</artifactId>
-            <version>2.2.1</version>
+            <version>2.2.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>2.2.1</version>
+            <version>2.2.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml
index 7dd8f61bf..4dac15052 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>2.2.1</version>
+        <version>2.2.2-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>2.2.1</version>
+            <version>2.2.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.github.luben</groupId>
@@ -145,10 +145,10 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
-                            <relocations/>
+                            <relocations />
                             
<createDependencyReducedPom>false</createDependencyReducedPom>
                             <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
+                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"
 />
                             </transformers>
                         </configuration>
                     </execution>
@@ -185,7 +185,7 @@
                         <Export-Package>org.apache.tsfile.*</Export-Package>
                         <Embed-Dependency>common;inline=true</Embed-Dependency>
                         <Embed-Transitive>false</Embed-Transitive>
-                        <Private-Package/>
+                        <Private-Package />
                         
<_removeheaders>Bnd-LastModified,Built-By</_removeheaders>
                         
<Bundle-SymbolicName>org.apache.tsfile</Bundle-SymbolicName>
                     </instructions>
diff --git a/pom.xml b/pom.xml
index ef75fa815..f036b1071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,13 +28,13 @@
     </parent>
     <groupId>org.apache.tsfile</groupId>
     <artifactId>tsfile-parent</artifactId>
-    <version>2.2.1</version>
+    <version>2.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache TsFile Project Parent POM</name>
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <argLine/>
+        <argLine />
         <spotless.skip>false</spotless.skip>
         <cmake.version>3.30.2-b1</cmake.version>
         <spotless.version>2.44.3</spotless.version>
@@ -240,7 +240,7 @@
                         <phase>validate</phase>
                         <configuration>
                             <rules>
-                                <dependencyConvergence/>
+                                <dependencyConvergence />
                             </rules>
                         </configuration>
                     </execution>
@@ -562,7 +562,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>v2.2.1</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>GitHub Issues</system>
diff --git a/python/pom.xml b/python/pom.xml
index bfe1ba7a7..d50cb4723 100644
--- a/python/pom.xml
+++ b/python/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.2-SNAPSHOT</version>
     </parent>
     <artifactId>tsfile-python</artifactId>
     <packaging>pom</packaging>

Reply via email to