Repository: ambari Updated Branches: refs/heads/branch-2.4 4aece9f10 -> 2e689f31b
AMBARI-17002. Hive JDBC View: Branch-2.4 build fails with the inclusion of hive-next. (dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2e689f31 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2e689f31 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2e689f31 Branch: refs/heads/branch-2.4 Commit: 2e689f31badc146fbcf2d3257c16e48bb87405b2 Parents: 4aece9f Author: Dipayan Bhowmick <[email protected]> Authored: Thu Jun 2 17:13:49 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Thu Jun 2 17:13:49 2016 +0530 ---------------------------------------------------------------------- contrib/views/hive-next/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2e689f31/contrib/views/hive-next/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml index 0b395e8..c571352 100644 --- a/contrib/views/hive-next/pom.xml +++ b/contrib/views/hive-next/pom.xml @@ -20,12 +20,12 @@ <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>hive-jdbc</artifactId> <version>2.0.0.0-SNAPSHOT</version> - <name>Hive</name> + <name>Hive Jdbc</name> <parent> <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>ambari-contrib-views</artifactId> - <version>2.0.0.0-SNAPSHOT</version> + <version>2.4.0.0.0</version> </parent> <repositories> @@ -199,7 +199,7 @@ <dependency> <groupId>org.apache.ambari.contrib.views</groupId> <artifactId>ambari-views-utils</artifactId> - <version>2.0.0.0-SNAPSHOT</version> + <version>2.4.0.0.0</version> </dependency> <dependency> <groupId>commons-validator</groupId>
