This is an automated email from the ASF dual-hosted git repository.
liyang pushed a change to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
discard 8faef1ef3d KYLIN-5973 fix streaming function
omit cdaf4d7d74 KYLIN-5975 Fix accepting recommendations
add ed638c4dd9 [maven-release-plugin] prepare release kylin-5.0.0
add 91a69a6068 [maven-release-plugin] prepare for next development
iteration
new 2bed985fdb KYLIN-5975 Fix accepting recommendations
new c3b676012a KYLIN-5973 fix streaming function
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8faef1ef3d)
\
N -- N -- N refs/heads/kylin5 (c3b676012a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
pom.xml | 6 ++----
src/assembly/pom.xml | 2 +-
src/common-booter/pom.xml | 6 +++---
src/common-server/pom.xml | 2 +-
src/common-service/pom.xml | 2 +-
src/core-common/pom.xml | 2 +-
src/core-job/pom.xml | 6 ++----
src/core-metadata/pom.xml | 2 +-
src/core-metrics/pom.xml | 2 +-
src/core-storage/pom.xml | 2 +-
src/data-loading-booter/pom.xml | 2 +-
src/data-loading-server/pom.xml | 2 +-
src/data-loading-service/pom.xml | 6 ++----
src/datasource-sdk/pom.xml | 2 +-
src/datasource-service/pom.xml | 2 +-
src/distributed-lock-ext/pom.xml | 2 +-
src/jdbc/pom.xml | 2 +-
src/job-service/pom.xml | 2 +-
src/kylin-it/pom.xml | 2 +-
src/kylin-server-it/pom.xml | 2 +-
src/metadata-feign-api/pom.xml | 6 ++----
src/metadata-server/pom.xml | 2 +-
src/modeling-service/pom.xml | 6 ++----
src/ops-booter/pom.xml | 6 ++----
src/ops-server/pom.xml | 6 ++----
src/ops-service/pom.xml | 6 ++----
src/query-booter/pom.xml | 2 +-
src/query-common/pom.xml | 6 ++----
src/query-server/pom.xml | 2 +-
src/query-service/pom.xml | 2 +-
src/query/pom.xml | 2 +-
src/rec-booter/pom.xml | 6 ++----
src/rec-feign-api/pom.xml | 6 ++----
src/rec-server/pom.xml | 6 ++----
src/rec-service/pom.xml | 6 ++----
src/server/pom.xml | 6 ++----
src/source-hive/pom.xml | 2 +-
src/spark-project/engine-build-sdk/pom.xml | 2 +-
src/spark-project/engine-spark/pom.xml | 2 +-
src/spark-project/kylin-internal-catalog/pom.xml | 6 ++----
src/spark-project/kylin-soft-affinity-cache/pom.xml | 2 +-
src/spark-project/source-jdbc/pom.xml | 2 +-
src/spark-project/sparder/pom.xml | 2 +-
src/spark-project/spark-common/pom.xml | 6 ++----
src/spark-project/spark-it/pom.xml | 2 +-
src/streaming-sdk/pom.xml | 2 +-
src/streaming-service/pom.xml | 2 +-
src/streaming/pom.xml | 2 +-
src/tool/pom.xml | 2 +-
49 files changed, 67 insertions(+), 99 deletions(-)