You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2018/02/21 13:15:59 UTC

[kylin] branch 2.3.x updated (9903a89 -> 646f440)

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

billyliu pushed a change to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 discard 9903a89  [maven-release-plugin] prepare release kylin-2.3.0
 discard f5cc4d1  [maven-release-plugin] rollback the release of kylin-2.3.0
 discard 8c71695  manual update version for htrace module
 discard 81ad446  [maven-release-plugin] prepare for next development iteration
    omit 6ddb39e  [maven-release-plugin] prepare release kylin-2.3.0
    omit 521d37a  igonre checkstyle on htrace module
    omit 23ee02c  minor update github scm in pom.xml
     new d928dbc  minor update github scm in pom.xml
     new fe1f68d  ignore checkstyle on external htrace
     new 646f440  manual update htrace module to 2.3.0

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   (9903a89)
            \
             N -- N -- N   refs/heads/2.3.x (646f440)

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 3 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:
 assembly/pom.xml               |  5 +++--
 atopcalcite/pom.xml            |  5 +++--
 core-common/pom.xml            |  5 +++--
 core-cube/pom.xml              |  5 +++--
 core-dictionary/pom.xml        |  5 +++--
 core-job/pom.xml               |  5 +++--
 core-metadata/pom.xml          |  6 ++++--
 core-metrics/pom.xml           |  5 +++--
 core-storage/pom.xml           |  5 +++--
 engine-mr/pom.xml              |  5 +++--
 engine-spark/pom.xml           |  5 +++--
 external/pom.xml               |  6 ++++--
 jdbc/pom.xml                   |  5 +++--
 kylin-it/pom.xml               | 18 ++++++++++--------
 metrics-reporter-hive/pom.xml  |  5 +++--
 metrics-reporter-kafka/pom.xml |  2 +-
 pom.xml                        | 14 ++++++++------
 query/pom.xml                  |  5 +++--
 server-base/pom.xml            |  6 ++++--
 server/pom.xml                 |  5 +++--
 source-hive/pom.xml            |  5 +++--
 source-kafka/pom.xml           |  5 +++--
 storage-hbase/pom.xml          |  9 ++++++---
 tomcat-ext/pom.xml             |  6 ++++--
 tool-assembly/pom.xml          |  5 +++--
 tool/pom.xml                   |  5 +++--
 26 files changed, 95 insertions(+), 62 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
billyliu@apache.org.

[kylin] 01/03: minor update github scm in pom.xml

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

billyliu pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit d928dbc65322ba3a709fbee40d9ed4f6fe720391
Author: Billy Liu <bi...@apache.org>
AuthorDate: Tue Feb 20 20:30:13 2018 +0800

    minor update github scm in pom.xml
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43e96bb..ebc66cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,10 +189,10 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git
+        <connection>scm:git:git://github.com/apache/kylin.git</connection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/kylin.git
         </developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/kylin.git</url>
+        <url>https://github.com/apache/kylin</url>
         <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
billyliu@apache.org.

[kylin] 03/03: manual update htrace module to 2.3.0

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

billyliu pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 646f440e082cab7283133a7bb2e811cd25671228
Author: Billy Liu <bi...@apache.org>
AuthorDate: Wed Feb 21 21:15:36 2018 +0800

    manual update htrace module to 2.3.0
---
 external/htrace/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/htrace/pom.xml b/external/htrace/pom.xml
index e83b153..5427e09 100644
--- a/external/htrace/pom.xml
+++ b/external/htrace/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

-- 
To stop receiving notification emails like this one, please contact
billyliu@apache.org.

[kylin] 02/03: ignore checkstyle on external htrace

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

billyliu pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit fe1f68d2ff8ef64adf0fd84e9cd8e10232d1ed24
Author: Billy Liu <bi...@apache.org>
AuthorDate: Wed Feb 21 11:02:37 2018 +0800

    ignore checkstyle on external htrace
---
 external/htrace/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/external/htrace/pom.xml b/external/htrace/pom.xml
index 1c57ddb..e83b153 100644
--- a/external/htrace/pom.xml
+++ b/external/htrace/pom.xml
@@ -36,6 +36,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <shadeBase>org.apache.kylin.shaded.htrace</shadeBase>
         <shaded.htrace.version>3.1.0-incubating</shaded.htrace.version>
+        <checkstyle.skip>true</checkstyle.skip>
     </properties>
 
     <dependencies>

-- 
To stop receiving notification emails like this one, please contact
billyliu@apache.org.