summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2021-12-01 14:24:40 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2021-12-01 14:24:40 +0800
commit11af2e24c981b080c2df3ecbf9574dbef56c47dc (patch)
tree31ff7ab35e5fcba11c17e328f44210ab4f002082 /pom.xml
parent97afdabeb7d1f2095f3fa170f0f78fb366c91644 (diff)
Change rule retrieval from CBS to ConfigMap
Issue-ID: HOLMES-488 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ia2c29489b37feb729940ee807471ae448c1911cc
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5df7e65..fa6b755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.holmes.engine-management</groupId>
<artifactId>holmes-engine-parent</artifactId>
- <version>1.3.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>holmes-engine-management</name>
<modules>
@@ -168,7 +168,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.3.6</version>
+ <version>1.3.7</version>
<exclusions>
<exclusion>
<groupId>io.dropwizard</groupId>