summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-10-31 02:40:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-31 02:40:44 +0000
commit36aa085e285ec817ef0d7a8a568f5929ddc81504 (patch)
tree48f49708db90d27449b4e7149316d14238cdaf11
parent1c922093163d8ea89daf7827d3091aa1e2fac6d6 (diff)
parent22c25b71ba3af8164e73b843eb6da4985a54df58 (diff)
Merge "Updated the Version of the Common Lib"
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index dc641b3..f9129d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.2.3</version>
+ <version>1.2.4</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>