Skip to content

Commit 4ca4db8

Browse files
committed
[maven-release-plugin] prepare release v2.2.2
1 parent ba7cea4 commit 4ca4db8

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

cpp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.tsfile</groupId>
2424
<artifactId>tsfile-parent</artifactId>
25-
<version>2.2.2-SNAPSHOT</version>
25+
<version>2.2.2</version>
2626
</parent>
2727
<artifactId>tsfile-cpp</artifactId>
2828
<packaging>pom</packaging>

java/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-java</artifactId>
27-
<version>2.2.2-SNAPSHOT</version>
27+
<version>2.2.2</version>
2828
</parent>
2929
<artifactId>common</artifactId>
3030
<name>TsFile: Java: Common</name>

java/examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-java</artifactId>
27-
<version>2.2.2-SNAPSHOT</version>
27+
<version>2.2.2</version>
2828
</parent>
2929
<artifactId>examples</artifactId>
3030
<name>TsFile: Java: Examples</name>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.apache.tsfile</groupId>
3838
<artifactId>tsfile</artifactId>
39-
<version>2.2.2-SNAPSHOT</version>
39+
<version>2.2.2</version>
4040
</dependency>
4141
</dependencies>
4242
<build>

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-parent</artifactId>
27-
<version>2.2.2-SNAPSHOT</version>
27+
<version>2.2.2</version>
2828
</parent>
2929
<artifactId>tsfile-java</artifactId>
30-
<version>2.2.2-SNAPSHOT</version>
30+
<version>2.2.2</version>
3131
<packaging>pom</packaging>
3232
<name>TsFile: Java</name>
3333
<modules>

java/tools/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-java</artifactId>
27-
<version>2.2.2-SNAPSHOT</version>
27+
<version>2.2.2</version>
2828
</parent>
2929
<artifactId>tools</artifactId>
3030
<name>TsFile: Java: Tools</name>
3131
<dependencies>
3232
<dependency>
3333
<groupId>org.apache.tsfile</groupId>
3434
<artifactId>common</artifactId>
35-
<version>2.2.2-SNAPSHOT</version>
35+
<version>2.2.2</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>commons-cli</groupId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.apache.tsfile</groupId>
4444
<artifactId>tsfile</artifactId>
45-
<version>2.2.2-SNAPSHOT</version>
45+
<version>2.2.2</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>ch.qos.logback</groupId>

java/tsfile/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-java</artifactId>
27-
<version>2.2.2-SNAPSHOT</version>
27+
<version>2.2.2</version>
2828
</parent>
2929
<artifactId>tsfile</artifactId>
3030
<name>TsFile: Java: TsFile</name>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.tsfile</groupId>
4040
<artifactId>common</artifactId>
41-
<version>2.2.2-SNAPSHOT</version>
41+
<version>2.2.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.github.luben</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929
<groupId>org.apache.tsfile</groupId>
3030
<artifactId>tsfile-parent</artifactId>
31-
<version>2.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232
<packaging>pom</packaging>
3333
<name>Apache TsFile Project Parent POM</name>
3434
<properties>
@@ -566,7 +566,7 @@
566566
<connection>scm:git:ssh://git@github.com/apache/tsfile.git</connection>
567567
<developerConnection>scm:git:ssh://git@github.com/apache/tsfile.git</developerConnection>
568568
<url>ssh://git@github.com:apache/tsfile.git</url>
569-
<tag>HEAD</tag>
569+
<tag>v2.2.2</tag>
570570
</scm>
571571
<issueManagement>
572572
<system>GitHub Issues</system>

python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.tsfile</groupId>
2424
<artifactId>tsfile-parent</artifactId>
25-
<version>2.2.2-SNAPSHOT</version>
25+
<version>2.2.2</version>
2626
</parent>
2727
<artifactId>tsfile-python</artifactId>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)