Skip to content

Commit 21c1786

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e7701f9 commit 21c1786

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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.3</version>
27+
<version>1.1.4-SNAPSHOT</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.3</version>
27+
<version>1.1.4-SNAPSHOT</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>1.1.3</version>
39+
<version>1.1.4-SNAPSHOT</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>1.1.3</version>
27+
<version>1.1.4-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>tsfile-java</artifactId>
30-
<version>1.1.3</version>
30+
<version>1.1.4-SNAPSHOT</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.3</version>
27+
<version>1.1.4-SNAPSHOT</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.3</version>
41+
<version>1.1.4-SNAPSHOT</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.3</version>
31+
<version>1.1.4-SNAPSHOT</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>
@@ -587,7 +587,7 @@
587587
<connection>scm:git:ssh://git@github.com/apache/tsfile.git</connection>
588588
<developerConnection>scm:git:ssh://git@github.com/apache/tsfile.git</developerConnection>
589589
<url>ssh://git@github.com:apache/tsfile.git</url>
590-
<tag>v1.1.3</tag>
590+
<tag>HEAD</tag>
591591
</scm>
592592
<issueManagement>
593593
<system>GitHub Issues</system>

0 commit comments

Comments
 (0)