Skip to content

Commit 1b67508

Browse files
committed
[maven-release-plugin] prepare release v2.1.1
1 parent e6ab113 commit 1b67508

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

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.0-SNAPSHOT</version>
25+
<version>2.1.1</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.0-SNAPSHOT</version>
27+
<version>2.1.1</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.0-SNAPSHOT</version>
27+
<version>2.1.1</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.0-SNAPSHOT</version>
39+
<version>2.1.1</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.0-SNAPSHOT</version>
27+
<version>2.1.1</version>
2828
</parent>
2929
<artifactId>tsfile-java</artifactId>
30-
<version>2.2.0-SNAPSHOT</version>
30+
<version>2.1.1</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.0-SNAPSHOT</version>
27+
<version>2.1.1</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.0-SNAPSHOT</version>
35+
<version>2.1.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>commons-cli</groupId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.apache.tsfile</groupId>
5252
<artifactId>tsfile</artifactId>
53-
<version>2.2.0-SNAPSHOT</version>
53+
<version>2.1.1</version>
5454
</dependency>
5555
<dependency>
5656
<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.0-SNAPSHOT</version>
27+
<version>2.1.1</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.0-SNAPSHOT</version>
41+
<version>2.1.1</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.0-SNAPSHOT</version>
31+
<version>2.1.1</version>
3232
<packaging>pom</packaging>
3333
<name>Apache TsFile Project Parent POM</name>
3434
<properties>
@@ -562,7 +562,7 @@
562562
<connection>scm:git:ssh://[email protected]/apache/tsfile.git</connection>
563563
<developerConnection>scm:git:ssh://[email protected]/apache/tsfile.git</developerConnection>
564564
<url>ssh://[email protected]:apache/tsfile.git</url>
565-
<tag>HEAD</tag>
565+
<tag>v2.1.1</tag>
566566
</scm>
567567
<issueManagement>
568568
<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.0-SNAPSHOT</version>
25+
<version>2.1.1</version>
2626
</parent>
2727
<artifactId>tsfile-python</artifactId>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)