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 11:53:14 UTC

[incubator-iotdb] branch master updated (e2e5a84 -> 1ef5bfe)

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

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


    from e2e5a84  Merge pull request #304 from Genius-pig/master
     add c56fc48  Split the LICENSE and NOTICE as source-release version and binary-release version (#300)
     add 7557d3e  update version to 0.9.0-SNAPSHOT
     new 1ef5bfe  Merge pull request #309 from apache/cherry_pick_rel0.8

The 1 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:
 DISCLAIMER                                |   6 +
 License => LICENSE                        |  84 +----
 License => LICENSE-binary                 |  34 +-
 NOTICE                                    | 500 +-----------------------------
 NOTICE-binary                             |  94 ++++++
 build/pom.xml                             |   9 +-
 build/src/main/resources/distribution.xml |   7 +-
 client/pom.xml                            |   2 +-
 codecov.yml                               |   1 +
 example/kafka/pom.xml                     |   2 +-
 example/kafka/readme.md                   |   4 +-
 example/pom.xml                           |   2 +-
 grafana/pom.xml                           |   4 +-
 hadoop/pom.xml                            |   4 +-
 jdbc/pom.xml                              |   6 +-
 pom.xml                                   |   6 +-
 server/pom.xml                            |   2 +-
 service-rpc/pom.xml                       |   2 +-
 spark-tsfile/pom.xml                      |   2 +-
 tsfile/pom.xml                            |   4 +-
 20 files changed, 157 insertions(+), 618 deletions(-)
 create mode 100644 DISCLAIMER
 copy License => LICENSE (83%)
 rename License => LICENSE-binary (93%)
 create mode 100644 NOTICE-binary


[incubator-iotdb] 01/01: Merge pull request #309 from apache/cherry_pick_rel0.8

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1ef5bfe520f8284abdd3cb9012b685d28e94541a
Merge: e2e5a84 7557d3e
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Fri Jul 26 19:53:09 2019 +0800

    Merge pull request #309 from apache/cherry_pick_rel0.8
    
    Cherry pick rel0.8

 DISCLAIMER                                |   6 +
 License => LICENSE                        |  84 +----
 License => LICENSE-binary                 |  34 +-
 NOTICE                                    | 500 +-----------------------------
 NOTICE-binary                             |  94 ++++++
 build/pom.xml                             |   9 +-
 build/src/main/resources/distribution.xml |   7 +-
 client/pom.xml                            |   2 +-
 codecov.yml                               |   1 +
 example/kafka/pom.xml                     |   2 +-
 example/kafka/readme.md                   |   4 +-
 example/pom.xml                           |   2 +-
 grafana/pom.xml                           |   4 +-
 hadoop/pom.xml                            |   4 +-
 jdbc/pom.xml                              |   6 +-
 pom.xml                                   |   6 +-
 server/pom.xml                            |   2 +-
 service-rpc/pom.xml                       |   2 +-
 spark-tsfile/pom.xml                      |   2 +-
 tsfile/pom.xml                            |   4 +-
 20 files changed, 157 insertions(+), 618 deletions(-)