You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by fe...@apache.org on 2016/04/17 01:29:01 UTC

incubator-zeppelin git commit: [ZEPPELIN-788] Update Lens interpreter to Lens 2-5-0-beta

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 77dd2f35a -> a6c8b5fcb


[ZEPPELIN-788] Update Lens interpreter to Lens 2-5-0-beta

### What is this PR for?
Update Lens interpreter to use Lens 2.5.0-beta release

### What type of PR is it?
[Improvement]

### What is the Jira issue?
[ZEPPELIN-788](https://issues.apache.org/jira/browse/ZEPPELIN-788)

Author: Luciano Resende <lr...@apache.org>

Closes #811 from lresende/lens-2.5.0-beta and squashes the following commits:

b2e37a5 [Luciano Resende] [ZEPPELIN-788] Update Lens interpreter to Lens 2-5-0-beta


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

Branch: refs/heads/master
Commit: a6c8b5fcbeb42ca428a08b0be192acba6683d0a0
Parents: 77dd2f3
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Apr 3 13:09:17 2016 -0700
Committer: Felix Cheung <fe...@apache.org>
Committed: Sat Apr 16 16:29:01 2016 -0700

----------------------------------------------------------------------
 lens/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/a6c8b5fc/lens/pom.xml
----------------------------------------------------------------------
diff --git a/lens/pom.xml b/lens/pom.xml
index 7aa54c5..57c9cae 100644
--- a/lens/pom.xml
+++ b/lens/pom.xml
@@ -34,7 +34,7 @@
   <url>http://www.apache.org</url>
   
   <properties>
-    <lens.version>2.2.0-beta-incubating</lens.version>
+    <lens.version>2.5.0-beta</lens.version>
     <spring-shell.version>1.1.0.RELEASE</spring-shell.version>
     <hadoop-common.version>2.4.0</hadoop-common.version>
   </properties>