Skip to content

Commit 89efa6d

Browse files
author
Xiangdong Huang
committed
[maven-release-plugin] prepare release v0.11.4
1 parent 95f978b commit 89efa6d

File tree

29 files changed

+43
-43
lines changed

29 files changed

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

cli/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.iotdb</groupId>
2626
<artifactId>iotdb-parent</artifactId>
27-
<version>0.11.5-SNAPSHOT</version>
27+
<version>0.11.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-cli</artifactId>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.iotdb</groupId>
6969
<artifactId>iotdb-server</artifactId>
70-
<version>0.11.5-SNAPSHOT</version>
70+
<version>0.11.4</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

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.11.5-SNAPSHOT</version>
27+
<version>0.11.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-python-api</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.11.5-SNAPSHOT</version>
26+
<version>0.11.4</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.11.5-SNAPSHOT</version>
27+
<version>0.11.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-distribution</artifactId>

example/flink/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-examples</artifactId>
27-
<version>0.11.5-SNAPSHOT</version>
27+
<version>0.11.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>flink-example</artifactId>

example/hadoop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
<parent>
2525
<artifactId>iotdb-examples</artifactId>
2626
<groupId>org.apache.iotdb</groupId>
27-
<version>0.11.5-SNAPSHOT</version>
27+
<version>0.11.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>hadoop-example</artifactId>
31-
<version>0.11.5-SNAPSHOT</version>
31+
<version>0.11.4</version>
3232
<name>hadoop-example</name>
3333
<dependencies>
3434
<dependency>
3535
<groupId>org.apache.iotdb</groupId>
3636
<artifactId>hadoop-tsfile</artifactId>
37-
<version>0.11.5-SNAPSHOT</version>
37+
<version>0.11.4</version>
3838
</dependency>
3939
</dependencies>
4040
</project>

example/jdbc/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-examples</artifactId>
2525
<groupId>org.apache.iotdb</groupId>
26-
<version>0.11.5-SNAPSHOT</version>
26+
<version>0.11.4</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>jdbc-example</artifactId>

example/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.apache.iotdb</groupId>
3131
<artifactId>iotdb-examples</artifactId>
32-
<version>0.11.5-SNAPSHOT</version>
32+
<version>0.11.4</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535
<artifactId>kafka-example</artifactId>

example/mqtt/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-examples</artifactId>
27-
<version>0.11.5-SNAPSHOT</version>
27+
<version>0.11.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>mqtt-example</artifactId>

0 commit comments

Comments
 (0)