Repository: incubator-zeppelin Updated Branches: refs/heads/master 6ed9543fc -> 6a011b993
Update Lens interpreter pom.xml to use non-snapshot Lens version updating lens.version to a non-snapshot version i.e. 2.2.0-beta-incubating Author: praagarw <[email protected]> Closes #159 from praagarw/patch-2 and squashes the following commits: f4ce8e2 [praagarw] Update pom.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/6a011b99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/6a011b99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/6a011b99 Branch: refs/heads/master Commit: 6a011b99328996fb99731e8222c77a5886a280a4 Parents: 6ed9543 Author: praagarw <[email protected]> Authored: Mon Jul 20 13:46:28 2015 +0530 Committer: Lee moon soo <[email protected]> Committed: Mon Jul 20 23:57:09 2015 +0900 ---------------------------------------------------------------------- lens/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/6a011b99/lens/pom.xml ---------------------------------------------------------------------- diff --git a/lens/pom.xml b/lens/pom.xml index d665346..1426043 100644 --- a/lens/pom.xml +++ b/lens/pom.xml @@ -33,7 +33,7 @@ <url>http://www.apache.org</url> <properties> - <lens.version>2.2.0-beta-incubating-SNAPSHOT</lens.version> + <lens.version>2.2.0-beta-incubating</lens.version> <spring-shell.version>1.1.0.RELEASE</spring-shell.version> <hadoop-common.version>2.4.0</hadoop-common.version> </properties>
