diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-01 14:22:37 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-01 15:25:34 +0800 |
commit | 5cc6fc1a762c547f420ce281deac69f02f6c2b83 (patch) | |
tree | f59492080a97a46699cffa634a19423e0050f06d /rulemgt-standalone/pom.xml | |
parent | 2eedf476653c9054d946332a15b62d465619abd4 (diff) |
Change rule retrieval from CBS to ConfigMap
Issue-ID: HOLMES-488
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I89f4d47b9b2e0f1c9c9d32083a146d54d0000c5d
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index db98945..be9e5ca 100644 --- a/rulemgt-standalone/pom.xml +++ b/rulemgt-standalone/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.holmes.rule-management</groupId> <artifactId>holmes-rulemgt-parent</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.5-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt-standalone</artifactId> |