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/24 09:21:55 UTC

[incubator-iotdb] branch master updated (9816b20 -> 1f15530)

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 9816b20  add cli query flush info
     add 2da000a  add build module
     add c1a1e11  remove antrun plugin
     add 6f8cf76  add apache rat for build/*.xml
     add 70dd773  set the version in build/pom.xml as 0.9.0-SNAPSHOT
     new 1f15530  Merge pull request #296 from apache/cherry-pick-build-module-from-0.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:
 .gitignore                                |  2 -
 {example/rocketmq => build}/pom.xml       | 48 ++++++++++---------
 build/src/main/resources/distribution.xml | 80 +++++++++++++++++++++++++++++++
 client/pom.xml                            | 33 -------------
 pom.xml                                   |  1 +
 server/pom.xml                            | 38 ---------------
 6 files changed, 106 insertions(+), 96 deletions(-)
 copy {example/rocketmq => build}/pom.xml (56%)
 create mode 100644 build/src/main/resources/distribution.xml


[incubator-iotdb] 01/01: Merge pull request #296 from apache/cherry-pick-build-module-from-0.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 1f155309183cbf64ee8f953e2a76ecd7a050a95b
Merge: 9816b20 70dd773
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Wed Jul 24 17:21:51 2019 +0800

    Merge pull request #296 from apache/cherry-pick-build-module-from-0.8
    
    Cherry pick build module from 0.8

 .gitignore                                |  2 -
 build/pom.xml                             | 58 ++++++++++++++++++++++
 build/src/main/resources/distribution.xml | 80 +++++++++++++++++++++++++++++++
 client/pom.xml                            | 33 -------------
 pom.xml                                   |  1 +
 server/pom.xml                            | 38 ---------------
 6 files changed, 139 insertions(+), 73 deletions(-)