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/06/02 12:26:38 UTC

[44/49] incubator-kylin git commit: KYLIN-699 update server and webapp settings for rc2

KYLIN-699 update server and webapp settings for rc2


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

Branch: refs/heads/0.7.1
Commit: a17f99b66bb98ba59dddb9706fd192e4e00b421c
Parents: ae0486e
Author: Luke Han <lu...@apache.org>
Authored: Tue May 26 19:44:06 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Jun 2 18:15:41 2015 +0800

----------------------------------------------------------------------
 webapp/bower.json   |  4 ++--
 webapp/package.json | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/a17f99b6/webapp/bower.json
----------------------------------------------------------------------
diff --git a/webapp/bower.json b/webapp/bower.json
index be8eca3..65c23b8 100755
--- a/webapp/bower.json
+++ b/webapp/bower.json
@@ -1,6 +1,6 @@
 {
-  "name": "base",
-  "version": "0.0.1",
+  "name": "ApacheKylinWebApp",
+  "version": "0.7.1",
   "dependencies": {
     "angular-bootstrap": "0.10.0",
     "angular": "1.2.15",

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/a17f99b6/webapp/package.json
----------------------------------------------------------------------
diff --git a/webapp/package.json b/webapp/package.json
index a588a75..36d9c8b 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -1,11 +1,11 @@
 {
-    "name": "base",
-    "version": "0.0.1",
-    "description": "Client Base Applicaion",
-    "author": "DataHub",
+    "name": "ApacheKylinWebApp",
+    "version": "0.7.1",
+    "description": "Apache Kylin Web Application",
+    "author": "ApacheKylin",
     "repository": {
         "type:": "git",
-        "url": "https://github.com/KylinOLAP/Kylin.git"
+        "url": "https://github.com/apache/incubator-kylin.git"
     },
     "devDependencies": {
         "grunt": "~0.4.x",