diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-09 19:31:00 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-09 19:31:00 +0800 |
commit | 9356202306e1eb327e92de7a5fcdc3ad1d0a7182 (patch) | |
tree | 0b5952b554a4b332f37376b63d48204d47cb3ddb /holmes-actions | |
parent | b4e2bd572489d6fce49571b4c3e681d267ffcc57 (diff) |
Change the Version of the Parent POM
Change-Id: If5a77c1c3c61863066b7d99d9024db8c5d930701
Issue-ID: HOLMES-52
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions')
-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 a44a27f..5395b3c 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<name>holmes-common-service</name>
|