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:52 UTC

[incubator-iotdb] branch rel/0.8 updated (3bec8c8 -> aa9adaa)

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

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


    from 3bec8c8  [maven-release-plugin] rollback the release of release-0.8.1
     new 98e34dc  change hadoop module version to 0.8.1 (just for passing release check. In this version, the module cannot be used)
     new aa9adaa  change hive's copyright from 2019 to 2018 for being consistent with github.com/apache/hive NOTICE file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE         | 6 +++---
 hadoop/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[incubator-iotdb] 02/02: change hive's copyright from 2019 to 2018 for being consistent with github.com/apache/hive NOTICE file

Posted by hx...@apache.org.
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 aa9adaa756d2c819527f9849d1270186c28ac23f
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Oct 5 18:05:20 2019 +0800

    change hive's copyright from 2019 to 2018 for being consistent with github.com/apache/hive NOTICE file
---
 NOTICE | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/NOTICE b/NOTICE
index abc3834..154d3c7 100644
--- a/NOTICE
+++ b/NOTICE
@@ -10,7 +10,7 @@ IoTDB project uses 4 Chinese Patents:
 * 201711384490X
 * 201810111712.9
 * 201711322631.5
-* 201711319331
+* 201711319331.1
 
 According to the Apache 2.0 License. The owner of the patents, Tsinghua University,
 grant the users the right to the use of patent under the requirement of Apache 2.0 License.
@@ -20,7 +20,7 @@ grant the users the right to the use of patent under the requirement of Apache 2
 This product contains a modified portion of 'Apache Hive'
 
 Apache Hive
-Copyright 2008-2019 The Apache Software Foundation
+Copyright 2008-2018 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
-Foundation (http://www.apache.org/).
\ No newline at end of file
+Foundation (http://www.apache.org/).


[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)

Posted by hx...@apache.org.
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>