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

[incubator-iotdb] 01/02: change hadoop module version to 0.8.1 (just for passing release check. In this version, the module cannot be used)

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

hxd pushed a commit to branch rel/0.8
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 98e34dc831201c6cbf4a2e5f4bc8724d0ded1054
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Oct 5 18:01:42 2019 +0800

    change hadoop module version to 0.8.1 (just for passing release check. In this version, the module cannot be used)
---
 hadoop/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index c093533..4c02a15 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.8.1-SNAPSHOT</version>
+        <version>0.8.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.iotdb.tsfile</groupId>