Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Nov 6, 2024
1 parent fc54374 commit ab34b9d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>tsfile-cpp</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -72,8 +72,8 @@
<option>-DBUILD_PHASE=test-compile</option>
<option>${cmake.addition.option}</option>
</options>
<sourcePath />
<targetPath />
<sourcePath/>
<targetPath/>
</configuration>
</execution>
<!-- Compile the test code -->
Expand Down
2 changes: 1 addition & 1 deletion java/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-java</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>common</artifactId>
<name>TsFile: Java: Common</name>
Expand Down
4 changes: 2 additions & 2 deletions java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-java</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>examples</artifactId>
<packaging>pom</packaging>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>tsfile-java</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>TsFile: Java</name>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions java/tsfile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-java</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>tsfile</artifactId>
<name>TsFile: Java: TsFile</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
</parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</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.29.3-b2</cmake.version>
<spotless.version>2.43.0</spotless.version>
Expand Down Expand Up @@ -144,7 +144,7 @@
<importOrder>
<order>org.apache.tsfile,,javax,java,\#</order>
</importOrder>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<lineEndings>UNIX</lineEndings>
</configuration>
Expand Down Expand Up @@ -259,7 +259,7 @@
<phase>validate</phase>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -576,7 +576,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>HEAD</tag>
<tag>v1.1.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
2 changes: 1 addition & 1 deletion python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>tsfile-python</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit ab34b9d

Please sign in to comment.