Skip to content

Commit c5c3484

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent 271ddf9 commit c5c3484

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929
<artifactId>common</artifactId>
3030
<name>TsFile: Common API</name>

examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.tsfile</groupId>
2626
<artifactId>tsfile-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</parent>
2929
<artifactId>examples</artifactId>
3030
<packaging>pom</packaging>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.tsfile</groupId>
3535
<artifactId>tsfile</artifactId>
36-
<version>1.0.0-SNAPSHOT</version>
36+
<version>1.0.0</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

pom.xml

+2-1
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>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3232
<packaging>pom</packaging>
3333
<name>Apache TsFile Project Parent POM</name>
3434
<modules>
@@ -612,6 +612,7 @@
612612
<connection>scm:git:ssh://git@github.com/apache/tsfile.git</connection>
613613
<developerConnection>scm:git:ssh://git@github.com/apache/tsfile.git</developerConnection>
614614
<url>ssh://git@github.com:apache/tsfile.git</url>
615+
<tag>v1.0.0</tag>
615616
</scm>
616617
<issueManagement>
617618
<system>GitHub Issues</system>

tsfile/pom.xml

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

0 commit comments

Comments
 (0)