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/11/15 07:11:48 UTC

[incubator-iotdb] branch rel/0.9 updated (2252bbf -> 64d0e4c)

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

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


    from 2252bbf  [maven-release-plugin] prepare for next development iteration
     add 602719d  remove blank
     add 64d0e4c  fix maven wrapper license and add commons-collection notice

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/MavenWrapperDownloader.java            | 19 +++++++++++++++++++
 LICENSE                                             |  3 ++-
 LICENSE-binary                                      |  4 ++++
 NOTICE                                              | 10 +++++++++-
 NOTICE-binary                                       | 10 +++++++++-
 grafana/pom.xml                                     |  2 +-
 jdbc/pom.xml                                        |  2 +-
 licenses/The MIT License                            | 11 -----------
 licenses/The MIT License (QOS.ch)                   | 21 +++++++++++++++++++++
 licenses/The MIT License (progressbar)              | 21 +++++++++++++++++++++
 pom.xml                                             |  6 +++---
 .../db/query/externalsort/ExternalSortJob.java      | 15 +++++++--------
 .../query/externalsort/ExternalSortJobEngine.java   | 15 +++++++--------
 .../db/query/externalsort/ExternalSortJobPart.java  | 15 +++++++--------
 .../externalsort/ExternalSortJobScheduler.java      | 15 +++++++--------
 .../iotdb/db/query/externalsort/LineMerger.java     | 15 +++++++--------
 .../MultiSourceExternalSortJobPart.java             | 15 +++++++--------
 .../externalsort/SimpleExternalSortEngine.java      | 15 +++++++--------
 .../SingleSourceExternalSortJobPart.java            | 15 +++++++--------
 .../adapter/ByTimestampReaderAdapter.java           | 15 +++++++--------
 .../serialize/IExternalSortFileDeserializer.java    | 15 +++++++--------
 .../serialize/IExternalSortFileSerializer.java      | 15 +++++++--------
 .../FixLengthIExternalSortFileDeserializer.java     | 15 +++++++--------
 .../impl/FixLengthTimeValuePairSerializer.java      | 15 +++++++--------
 service-rpc/pom.xml                                 |  2 +-
 25 files changed, 182 insertions(+), 124 deletions(-)
 delete mode 100644 licenses/The MIT License
 create mode 100644 licenses/The MIT License (QOS.ch)
 create mode 100644 licenses/The MIT License (progressbar)