Skip to content

Commit 023fb84

Browse files
author
xiangdong huang
committed
[maven-release-plugin] prepare release release/0.10.1
1 parent a688a03 commit 023fb84

File tree

25 files changed

+38
-38
lines changed

25 files changed

+38
-38
lines changed

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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-cli</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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>hadoop-example</artifactId>
31-
<version>0.10.2-SNAPSHOT</version>
31+
<version>0.10.1</version>
3232
<name>hadoop-example</name>
3333
<dependencies>
3434
<dependency>
3535
<groupId>org.apache.iotdb</groupId>
3636
<artifactId>hadoop-tsfile</artifactId>
37-
<version>0.10.2-SNAPSHOT</version>
37+
<version>0.10.1</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.10.2-SNAPSHOT</version>
26+
<version>0.10.1</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.10.2-SNAPSHOT</version>
32+
<version>0.10.1</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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>mqtt-example</artifactId>

example/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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<packaging>pom</packaging>

example/rocketmq/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.10.2-SNAPSHOT</version>
27+
<version>0.10.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>rocketmq-example</artifactId>

example/session/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.10.2-SNAPSHOT</version>
26+
<version>0.10.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>client-example</artifactId>

0 commit comments

Comments
 (0)