Skip to content

Commit 1188ee1

Browse files
author
qiaojialin
committed
[maven-release-plugin] prepare release v0.13.2
1 parent 56a821e commit 1188ee1

File tree

53 files changed

+58
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+58
-58
lines changed

antlr/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-antlr</artifactId>

cli/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-cli</artifactId>

client-cpp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>iotdb-parent</artifactId>
2626
<groupId>org.apache.iotdb</groupId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>client-cpp</artifactId>

client-py/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-python-api</artifactId>

cluster/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-cluster</artifactId>

code-coverage/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-code-coverage</artifactId>

compile-tools/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.iotdb</groupId>
2424
<artifactId>iotdb-parent</artifactId>
25-
<version>0.13.2-SNAPSHOT</version>
25+
<version>0.13.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>client-cpp-tools</artifactId>

compile-tools/thrift/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.iotdb</groupId>
2424
<artifactId>client-cpp-tools</artifactId>
25-
<version>0.13.2-SNAPSHOT</version>
25+
<version>0.13.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>client-cpp-tools-thrift</artifactId>

cross-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>iotdb-parent</artifactId>
2525
<groupId>org.apache.iotdb</groupId>
26-
<version>0.13.2-SNAPSHOT</version>
26+
<version>0.13.2</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>cross-tests</artifactId>

distribution/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.13.2-SNAPSHOT</version>
27+
<version>0.13.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-distribution</artifactId>

0 commit comments

Comments
 (0)