Skip to content

Commit ab34b9d

Browse files
committed
[maven-release-plugin] prepare release v1.1.0
1 parent fc54374 commit ab34b9d

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

cpp/pom.xml

Lines changed: 3 additions & 3 deletions
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>1.1.1-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
</parent>
2727
<artifactId>tsfile-cpp</artifactId>
2828
<packaging>pom</packaging>
@@ -72,8 +72,8 @@
7272
<option>-DBUILD_PHASE=test-compile</option>
7373
<option>${cmake.addition.option}</option>
7474
</options>
75-
<sourcePath />
76-
<targetPath />
75+
<sourcePath/>
76+
<targetPath/>
7777
</configuration>
7878
</execution>
7979
<!-- Compile the test code -->

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>1.1.1-SNAPSHOT</version>
27+
<version>1.1.0</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>1.1.1-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
</parent>
2929
<artifactId>examples</artifactId>
3030
<packaging>pom</packaging>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.tsfile</groupId>
4040
<artifactId>tsfile</artifactId>
41-
<version>1.1.1-SNAPSHOT</version>
41+
<version>1.1.0</version>
4242
</dependency>
4343
</dependencies>
4444
<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>1.1.1-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
</parent>
2929
<artifactId>tsfile-java</artifactId>
30-
<version>1.1.1-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>pom</packaging>
3232
<name>TsFile: Java</name>
3333
<modules>

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>1.1.1-SNAPSHOT</version>
27+
<version>1.1.0</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>1.1.1-SNAPSHOT</version>
41+
<version>1.1.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.github.luben</groupId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
</parent>
2929
<groupId>org.apache.tsfile</groupId>
3030
<artifactId>tsfile-parent</artifactId>
31-
<version>1.1.1-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
<packaging>pom</packaging>
3333
<name>Apache TsFile Project Parent POM</name>
3434
<properties>
3535
<maven.compiler.source>1.8</maven.compiler.source>
3636
<maven.compiler.target>1.8</maven.compiler.target>
37-
<argLine />
37+
<argLine/>
3838
<spotless.skip>false</spotless.skip>
3939
<cmake.version>3.29.3-b2</cmake.version>
4040
<spotless.version>2.43.0</spotless.version>
@@ -144,7 +144,7 @@
144144
<importOrder>
145145
<order>org.apache.tsfile,,javax,java,\#</order>
146146
</importOrder>
147-
<removeUnusedImports />
147+
<removeUnusedImports/>
148148
</java>
149149
<lineEndings>UNIX</lineEndings>
150150
</configuration>
@@ -259,7 +259,7 @@
259259
<phase>validate</phase>
260260
<configuration>
261261
<rules>
262-
<dependencyConvergence />
262+
<dependencyConvergence/>
263263
</rules>
264264
</configuration>
265265
</execution>
@@ -576,7 +576,7 @@
576576
<connection>scm:git:ssh://[email protected]/apache/tsfile.git</connection>
577577
<developerConnection>scm:git:ssh://[email protected]/apache/tsfile.git</developerConnection>
578578
<url>ssh://[email protected]:apache/tsfile.git</url>
579-
<tag>HEAD</tag>
579+
<tag>v1.1.0</tag>
580580
</scm>
581581
<issueManagement>
582582
<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>1.1.1-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
</parent>
2727
<artifactId>tsfile-python</artifactId>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)