diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-10-25 19:50:49 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-10-25 20:06:44 +0800 |
commit | a7d62526f2e0752bd1daf84844ed137158aa3cff (patch) | |
tree | a62979ea4a55f656b095527de178e024032d0da0 /holmes-actions/pom.xml | |
parent | f0ae1a9f8d1464782a041c2361400dddbf1e890a (diff) |
Fixed the AAI API Version for VoLTE1.2.3
Change-Id: I685cd2e1547b7c9d66c3c54c0f5b76ae4fe873ae
Issue-ID: HOLMES-177
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 2b43532..5e177f0 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.2.2</version>
+ <version>1.2.3</version>
</parent>
<name>holmes-common-service</name>
|