You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by jf...@apache.org on 2019/07/23 14:38:48 UTC

[incubator-iotdb] branch rel/0.8 updated (8dda4ae -> d8e6373)

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

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


    from 8dda4ae  Merge pull request #278 from Genius-pig/master
     add 9f364ec  add build module
     add b95a3c4  remove antrun plugin
     add 3f107b7  add apache rat for build/*.xml
     new d8e6373  Merge pull request #295 from apache/package_tgz

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 #295 from apache/package_tgz

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

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

commit d8e6373c19bdd601b3507f919566fd65edaae433
Merge: 8dda4ae 3f107b7
Author: Julian <j....@pragmaticminds.de>
AuthorDate: Tue Jul 23 16:38:43 2019 +0200

    Merge pull request #295 from apache/package_tgz
    
    add build module

 .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(-)