summaryrefslogtreecommitdiff
path: root/contrib/views/hive-next/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/views/hive-next/pom.xml')
-rw-r--r--contrib/views/hive-next/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/views/hive-next/pom.xml b/contrib/views/hive-next/pom.xml
index 88b688f1dc..a1e116d034 100644
--- a/contrib/views/hive-next/pom.xml
+++ b/contrib/views/hive-next/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-contrib-views</artifactId>
- <version>2.4.1.0.0</version>
+ <version>2.4.2.0.0</version>
</parent>
<dependencies>
@@ -201,7 +201,7 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-utils</artifactId>
- <version>2.4.1.0.0</version>
+ <version>2.4.2.0.0</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
@@ -236,14 +236,14 @@
<dependency>
<groupId>org.apache.ambari.contrib.views</groupId>
<artifactId>ambari-views-commons</artifactId>
- <version>2.4.1.0.0</version>
+ <version>2.4.2.0.0</version>
</dependency>
</dependencies>
<properties>
<ambari.dir>${project.parent.parent.parent.basedir}</ambari.dir>
<hive-version>2.1.0</hive-version>
- <ambari.version>2.4.1.0.0</ambari.version>
+ <ambari.version>2.4.2.0.0</ambari.version>
</properties>
<build>
<plugins>