summaryrefslogtreecommitdiff
path: root/ambari-shell/ambari-groovy-shell/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-shell/ambari-groovy-shell/pom.xml')
-rw-r--r--ambari-shell/ambari-groovy-shell/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ambari-shell/ambari-groovy-shell/pom.xml b/ambari-shell/ambari-groovy-shell/pom.xml
index ab7f50e4c5..e460fd45fc 100644
--- a/ambari-shell/ambari-groovy-shell/pom.xml
+++ b/ambari-shell/ambari-groovy-shell/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.ambari</groupId>
<artifactId>ambari-shell</artifactId>
- <version>2.4.1.0.0</version>
+ <version>2.4.2.0.0</version>
<relativePath>../../ambari-shell</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
<artifactId>ambari-groovy-shell</artifactId>
<packaging>jar</packaging>
<name>Ambari Groovy Shell</name>
- <version>2.4.1.0.0</version>
+ <version>2.4.2.0.0</version>
<description>Ambari Groovy Shell</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.ambari</groupId>
<artifactId>groovy-client</artifactId>
- <version>2.4.1.0.0</version>
+ <version>2.4.2.0.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>