You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/07/26 10:11:35 UTC

[incubator-iotdb] 02/02: update version to 0.9.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch cherry_pick_rel0.8
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 7557d3ed02ffab46853eabf2aea0c8ddb5c58b58
Author: qiaojialin <64...@qq.com>
AuthorDate: Fri Jul 26 18:11:00 2019 +0800

    update version to 0.9.0-SNAPSHOT
---
 example/kafka/pom.xml   | 2 +-
 example/kafka/readme.md | 4 ++--
 grafana/pom.xml         | 2 +-
 jdbc/pom.xml            | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 3e2a3a0..0863efb 100644
--- a/example/kafka/pom.xml
+++ b/example/kafka/pom.xml
@@ -24,7 +24,7 @@
     <!-- you need to add the following content if you remove the parent pom.
   <groupId>org.apache.iotdb.example</groupId>
   <artifactId>kafka-example</artifactId>
-  <version>0.8.0</version>
+  <version>0.9.0-SNAPSHOT</version>
   -->
     <parent>
         <groupId>org.apache.iotdb</groupId>
diff --git a/example/kafka/readme.md b/example/kafka/readme.md
index 60f4e63..231b87f 100644
--- a/example/kafka/readme.md
+++ b/example/kafka/readme.md
@@ -25,7 +25,7 @@ The example is to show how to send data from localhost to IoTDB through Kafka.
 ```
 ## Usage
 ### Version usage
-IoTDB: 0.8.0-SNAPSHOT  
+IoTDB: 0.9.0-SNAPSHOT  
 Kafka: 0.8.2.0
 ### Dependencies with Maven
 
@@ -39,7 +39,7 @@ Kafka: 0.8.2.0
     <dependency>
 	    <groupId>org.apache.iotdb</groupId>
 	    <artifactId>iotdb-jdbc</artifactId>
-	    <version>0.8.0-SNAPSHOT</version>
+	    <version>0.9.0-SNAPSHOT</version>
     </dependency>
 </dependencies>
 ```
diff --git a/grafana/pom.xml b/grafana/pom.xml
index 698861b..a4246d3 100644
--- a/grafana/pom.xml
+++ b/grafana/pom.xml
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index a14e04c..ebaae26 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -39,12 +39,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>tsfile</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
     <build>