You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by co...@apache.org on 2016/10/06 05:36:47 UTC

zeppelin git commit: Fix version of cachebust

Repository: zeppelin
Updated Branches:
  refs/heads/master 3f5a500cc -> 36c9f1a21


Fix version of cachebust

### What is this PR for?
A dependency update of grunt-cache-bust is breaking the build.
https://github.com/hollandben/grunt-cache-bust/issues/204
So fixing the dependency version

### What type of PR is it?
Hot Fix

### Screenshot (before)
![screen shot 2016-10-06 at 12 22 40 pm](https://cloud.githubusercontent.com/assets/710411/19139450/bcad1494-8bbf-11e6-8b22-b9344055e876.png)

### How should this be tested?
Clean your repo, and do mvn package in zeppelin-web

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Damien CORNEAU <co...@gmail.com>

Closes #1491 from corneadoug/fix/cacheBust and squashes the following commits:

81e26a5 [Damien CORNEAU] Fix version of cachebust


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/36c9f1a2
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/36c9f1a2
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/36c9f1a2

Branch: refs/heads/master
Commit: 36c9f1a217c62778ab8212bd8ac5354a790a31ea
Parents: 3f5a500
Author: Damien CORNEAU <co...@gmail.com>
Authored: Thu Oct 6 11:56:34 2016 +0900
Committer: Damien CORNEAU <co...@gmail.com>
Committed: Thu Oct 6 14:36:33 2016 +0900

----------------------------------------------------------------------
 zeppelin-web/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/36c9f1a2/zeppelin-web/package.json
----------------------------------------------------------------------
diff --git a/zeppelin-web/package.json b/zeppelin-web/package.json
index 2ff74e6..73a374f 100644
--- a/zeppelin-web/package.json
+++ b/zeppelin-web/package.json
@@ -10,7 +10,7 @@
     "autoprefixer": "^6.1.0",
     "bower": "1.7.2",
     "grunt": "^0.4.1",
-    "grunt-cache-bust": "^1.3.0",
+    "grunt-cache-bust": "1.3.0",
     "grunt-cli": "^0.1.13",
     "grunt-concurrent": "^0.5.0",
     "grunt-contrib-clean": "^0.5.0",