diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-01 10:07:41 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-01 10:07:41 +0800 |
commit | a62d077d7fd026ce1e1dec63531d5b2fb4bd6e05 (patch) | |
tree | 4a6d9872c7ccce45416728c0c248908b1baaa2e5 /holmes-actions/pom.xml | |
parent | ea17a8c0947cbe1a15e8f824a45f40006d70b1bd (diff) |
Added some tools for DCAE CBS removal
Issue-ID: HOLMES-488
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I7834ee58ae9be6d502b5160897f3ed8c2ee46838
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 4e23cc5..6d139f0 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -12,7 +12,7 @@ <parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
- <version>1.3.6-SNAPSHOT</version>
+ <version>1.3.7-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
@@ -181,5 +181,4 @@ </plugin>
</plugins>
</build>
-
</project>
|