You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/09/06 09:39:47 UTC

[41/50] [abbrv] incubator-kylin git commit: KYLIN-954 prepare for v1.0 release

KYLIN-954 prepare for v1.0 release


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/80793fd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/80793fd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/80793fd0

Branch: refs/heads/master
Commit: 80793fd0dba72aa6d798698f675646ae16502b88
Parents: 2beba36
Author: Luke Han <lu...@apache.org>
Authored: Thu Aug 20 15:56:21 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Thu Aug 20 15:56:21 2015 +0800

----------------------------------------------------------------------
 atopcalcite/pom.xml       | 2 +-
 common/pom.xml            | 2 +-
 cube/pom.xml              | 2 +-
 dictionary/pom.xml        | 2 +-
 invertedindex/pom.xml     | 2 +-
 jdbc/pom.xml              | 2 +-
 job/pom.xml               | 2 +-
 metadata/pom.xml          | 2 +-
 monitor/pom.xml           | 2 +-
 pom.xml                   | 2 +-
 query/pom.xml             | 2 +-
 script/compress.sh        | 4 ++--
 server/pom.xml            | 2 +-
 storage/pom.xml           | 2 +-
 website/download/index.md | 6 +++---
 15 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/atopcalcite/pom.xml
----------------------------------------------------------------------
diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml
index d4209fb..6e8d025 100644
--- a/atopcalcite/pom.xml
+++ b/atopcalcite/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index ff69208..acd3e0a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/cube/pom.xml
----------------------------------------------------------------------
diff --git a/cube/pom.xml b/cube/pom.xml
index 450d8fa..5fbdc7c 100644
--- a/cube/pom.xml
+++ b/cube/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/dictionary/pom.xml
----------------------------------------------------------------------
diff --git a/dictionary/pom.xml b/dictionary/pom.xml
index 5078d56..85cdde6 100644
--- a/dictionary/pom.xml
+++ b/dictionary/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/invertedindex/pom.xml
----------------------------------------------------------------------
diff --git a/invertedindex/pom.xml b/invertedindex/pom.xml
index 0a00d24..42b4aa6 100644
--- a/invertedindex/pom.xml
+++ b/invertedindex/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>kylin-invertedindex</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index ccdac54..33378d4 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.kylin</groupId>
 		<artifactId>kylin</artifactId>
-		<version>0.7.3-incubating-SNAPSHOT</version>
+		<version>1.0-incubating-SNAPSHOT</version>
 	</parent>
 
 	<properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/job/pom.xml
----------------------------------------------------------------------
diff --git a/job/pom.xml b/job/pom.xml
index 0aed7ac..cbbcfaa 100644
--- a/job/pom.xml
+++ b/job/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>kylin-job</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/metadata/pom.xml
----------------------------------------------------------------------
diff --git a/metadata/pom.xml b/metadata/pom.xml
index d2e6a18..55344b9 100644
--- a/metadata/pom.xml
+++ b/metadata/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/monitor/pom.xml
----------------------------------------------------------------------
diff --git a/monitor/pom.xml b/monitor/pom.xml
index 421e063..e9beca9 100644
--- a/monitor/pom.xml
+++ b/monitor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8e118b0..d45b3d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.kylin</groupId>
     <artifactId>kylin</artifactId>
     <packaging>pom</packaging>
-    <version>0.7.3-incubating-SNAPSHOT</version>
+    <version>1.0-incubating-SNAPSHOT</version>
     <name>Kylin:HadoopOLAPEngine</name>
     <url>http://kylin.incubator.apache.org</url>
     <inceptionYear>2014</inceptionYear>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/query/pom.xml
----------------------------------------------------------------------
diff --git a/query/pom.xml b/query/pom.xml
index b9d20d8..965e8c6 100644
--- a/query/pom.xml
+++ b/query/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/script/compress.sh
----------------------------------------------------------------------
diff --git a/script/compress.sh b/script/compress.sh
index b1c51cd..27af365 100755
--- a/script/compress.sh
+++ b/script/compress.sh
@@ -40,7 +40,7 @@ find dist/kylin-${version} -type d -exec chmod 755 {} \;
 find dist/kylin-${version} -type f -exec chmod 644 {} \;
 find dist/kylin-${version} -type f -name "*.sh" -exec chmod 755 {} \;
 cd dist
-tar -cvzf kylin-${version}.tar.gz kylin-${version}
+tar -cvzf kylin-${version}-bin.tar.gz kylin-${version}
 rm -rf kylin-${version}
 
-echo "Package ready dist/kylin-${version}.tar.gz"
+echo "Package ready dist/kylin-${version}-bin.tar.gz"

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index b4b1043..d44322c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/storage/pom.xml
----------------------------------------------------------------------
diff --git a/storage/pom.xml b/storage/pom.xml
index 601af3f..30905b9 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>0.7.3-incubating-SNAPSHOT</version>
+        <version>1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/80793fd0/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index 294cc9c..9ecc01d 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -32,9 +32,9 @@ And ODBC Driver could be find here:
 __Development Version (v0.7.3)__  
 Here's latest development version binary package:
 
-  * [kylin-v0.7.3-incubating-SNAPSHOT](kylin-0.7.3-incubating-SNAPSHOT.tar.gz)
-  * Updated Date: 2015-08-04
-  * Commit ID: a880dd4fb6e4443d2bcad0d57db3ae09bac65c4d
+  * [kylin-v1.0-incubating-SNAPSHOT](kylin-1.0-incubating-SNAPSHOT-bin.tar.gz)
+  * Updated Date: 2015-08-14
+  * Commit ID: b449590cc5c6aaa3eea9d19f922473bff6fce4b0