This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/rel/0.9 by this push:
new 991f288 [maven-release-plugin] prepare release release/0.9.3
991f288 is described below
commit 991f288ca494b036d0734699e9bbda809645ba03
Author: samperson1997 <[email protected]>
AuthorDate: Wed May 6 23:20:38 2020 +0800
[maven-release-plugin] prepare release release/0.9.3
---
client/pom.xml | 2 +-
distribution/pom.xml | 2 +-
example/hadoop/pom.xml | 6 +++---
example/jdbc/pom.xml | 2 +-
example/kafka/pom.xml | 2 +-
example/pom.xml | 2 +-
example/rocketmq/pom.xml | 2 +-
example/session/pom.xml | 2 +-
example/tsfile/pom.xml | 2 +-
grafana/pom.xml | 2 +-
hadoop/pom.xml | 4 ++--
hive-connector/pom.xml | 6 +++---
jdbc/pom.xml | 2 +-
pom.xml | 4 ++--
server/pom.xml | 2 +-
service-rpc/pom.xml | 2 +-
session/pom.xml | 2 +-
spark-iotdb-connector/pom.xml | 2 +-
spark-tsfile/pom.xml | 4 ++--
tsfile/pom.xml | 2 +-
20 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/client/pom.xml b/client/pom.xml
index 2d3754a..c77b78b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-client</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5605e5d..9b51ba6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-distribution</artifactId>
diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml
index 4ede85d..f33ac02 100644
--- a/example/hadoop/pom.xml
+++ b/example/hadoop/pom.xml
@@ -24,17 +24,17 @@
<parent>
<artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hadoop-example</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<name>hadoop-example</name>
<dependencies>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</dependency>
</dependencies>
</project>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 08db0c7..6efb7e6 100644
--- a/example/jdbc/pom.xml
+++ b/example/jdbc/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jdbc-example</artifactId>
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index b2394d6..4956077 100644
--- a/example/kafka/pom.xml
+++ b/example/kafka/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>kafka-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index ef17143..e6acbce 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index 4412264..91c4b0f 100644
--- a/example/rocketmq/pom.xml
+++ b/example/rocketmq/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>rocketmq-example</artifactId>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index 72aae47..dcaef05 100644
--- a/example/session/pom.xml
+++ b/example/session/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-example</artifactId>
diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml
index be95d9e..46357bb 100644
--- a/example/tsfile/pom.xml
+++ b/example/tsfile/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tsfile-example</artifactId>
diff --git a/grafana/pom.xml b/grafana/pom.xml
index a97e45f..02e5269 100644
--- a/grafana/pom.xml
+++ b/grafana/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<!--parent>
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index b94abbc..42b37ba 100644
--- a/hadoop/pom.xml
+++ b/hadoop/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hadoop-tsfile</artifactId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>tsfile</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 8c5dd97..80e8a24 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -24,11 +24,11 @@
<parent>
<artifactId>iotdb-parent</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-connector</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 77f0bfb..7f5189c 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-jdbc</artifactId>
diff --git a/pom.xml b/pom.xml
index 80dd08f..9ce3f4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<packaging>pom</packaging>
<name>Apache IoTDB (incubating) Project Parent POM</name>
<description>This is the top level project that builds, packages the
tsfile, iotdb engine, jdbc, and integration libs.</description>
@@ -42,7 +42,7 @@
<connection>scm:git:ssh://[email protected]/apache/incubator-iotdb.git</connection>
<developerConnection>scm:git:ssh://[email protected]/apache/incubator-iotdb.git</developerConnection>
<url>ssh://[email protected]:apache/incubator-iotdb.git</url>
- <tag>rel/0.8</tag>
+ <tag>release/0.9.3</tag>
</scm>
<modules>
<module>tsfile</module>
diff --git a/server/pom.xml b/server/pom.xml
index 8431f51..4de4d36 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-server</artifactId>
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index f8bbba6..8160ca9 100644
--- a/service-rpc/pom.xml
+++ b/service-rpc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>service-rpc</artifactId>
diff --git a/session/pom.xml b/session/pom.xml
index 2143c79..316f4f3 100644
--- a/session/pom.xml
+++ b/session/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>iotdb-parent</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iotdb-session</artifactId>
diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml
index c159822..7189d5d 100644
--- a/spark-iotdb-connector/pom.xml
+++ b/spark-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spark-iotdb-connector</artifactId>
diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml
index df9b9ca..cb8120a 100644
--- a/spark-tsfile/pom.xml
+++ b/spark-tsfile/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spark-tsfile</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index bf804a8..dd603ea 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tsfile</artifactId>