Skip to content

Commit cf1bfb3

Browse files
committed
[maven-release-plugin] prepare release release/0.9.2
1 parent 8d36a7e commit cf1bfb3

File tree

20 files changed

+27
-27
lines changed

20 files changed

+27
-27
lines changed

client/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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-client</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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>iotdb-distribution</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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>hadoop-example</artifactId>
31-
<version>0.9.2-SNAPSHOT</version>
31+
<version>0.9.2</version>
3232
<name>hadoop-example</name>
3333
<dependencies>
3434
<dependency>
3535
<groupId>org.apache.iotdb</groupId>
3636
<artifactId>hadoop-tsfile</artifactId>
37-
<version>0.9.2-SNAPSHOT</version>
37+
<version>0.9.2</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.9.2-SNAPSHOT</version>
26+
<version>0.9.2</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.9.2-SNAPSHOT</version>
32+
<version>0.9.2</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535
<artifactId>kafka-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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</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.9.2-SNAPSHOT</version>
26+
<version>0.9.2</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929
<artifactId>client-example</artifactId>

example/tsfile/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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>tsfile-example</artifactId>

grafana/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.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<!--parent>

0 commit comments

Comments
 (0)