Skip to content

Commit dbafc71

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c0e67ba commit dbafc71

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

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>2.3.2-SNAPSHOT</version>
25+
<version>2.4.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>tsfile-cpp</artifactId>
2828
<packaging>pom</packaging>
@@ -99,8 +99,8 @@
9999
plugin's generate goal throw an NPE.
100100
-->
101101
</options>
102-
<sourcePath/>
103-
<targetPath/>
102+
<sourcePath />
103+
<targetPath />
104104
</configuration>
105105
</execution>
106106
<!-- 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>2.3.2-SNAPSHOT</version>
27+
<version>2.4.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>common</artifactId>
3030
<name>TsFile: Java: Common</name>

java/examples/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.3.2-SNAPSHOT</version>
27+
<version>2.4.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>examples</artifactId>
3030
<name>TsFile: Java: Examples</name>

java/pom.xml

Lines changed: 3 additions & 3 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.3.2-SNAPSHOT</version>
27+
<version>2.4.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>tsfile-java</artifactId>
30-
<version>2.3.2-SNAPSHOT</version>
30+
<version>2.4.1-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232
<name>TsFile: Java</name>
3333
<modules>
@@ -188,7 +188,7 @@
188188
<importOrder>
189189
<order>org.apache.tsfile,,javax,java,\#</order>
190190
</importOrder>
191-
<removeUnusedImports/>
191+
<removeUnusedImports />
192192
</java>
193193
<lineEndings>UNIX</lineEndings>
194194
</configuration>

java/tools/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.3.2-SNAPSHOT</version>
27+
<version>2.4.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>tools</artifactId>
3030
<name>TsFile: Java: Tools</name>

java/tsfile/pom.xml

Lines changed: 4 additions & 4 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.3.2-SNAPSHOT</version>
27+
<version>2.4.1-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>tsfile</artifactId>
3030
<name>TsFile: Java: TsFile</name>
@@ -145,10 +145,10 @@
145145
<goal>shade</goal>
146146
</goals>
147147
<configuration>
148-
<relocations/>
148+
<relocations />
149149
<createDependencyReducedPom>false</createDependencyReducedPom>
150150
<transformers>
151-
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
151+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
152152
</transformers>
153153
</configuration>
154154
</execution>
@@ -185,7 +185,7 @@
185185
<Export-Package>org.apache.tsfile.*</Export-Package>
186186
<Embed-Dependency>common;inline=true</Embed-Dependency>
187187
<Embed-Transitive>false</Embed-Transitive>
188-
<Private-Package/>
188+
<Private-Package />
189189
<_removeheaders>Bnd-LastModified,Built-By</_removeheaders>
190190
<Bundle-SymbolicName>org.apache.tsfile</Bundle-SymbolicName>
191191
</instructions>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
</parent>
2929
<groupId>org.apache.tsfile</groupId>
3030
<artifactId>tsfile-parent</artifactId>
31-
<version>2.3.2-SNAPSHOT</version>
31+
<version>2.4.1-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333
<name>Apache TsFile Project Parent POM</name>
3434
<properties>
3535
<maven.compiler.source>17</maven.compiler.source>
3636
<maven.compiler.target>17</maven.compiler.target>
3737
<maven.compiler.release>17</maven.compiler.release>
38-
<argLine/>
38+
<argLine />
3939
<spotless.skip>false</spotless.skip>
4040
<cmake.version>3.30.2-b1</cmake.version>
4141
<spotless.version>2.44.3</spotless.version>
@@ -263,7 +263,7 @@
263263
<phase>validate</phase>
264264
<configuration>
265265
<rules>
266-
<dependencyConvergence/>
266+
<dependencyConvergence />
267267
</rules>
268268
</configuration>
269269
</execution>

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.3.2-SNAPSHOT</version>
25+
<version>2.4.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>tsfile-python</artifactId>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)