diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-09 16:00:34 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-09 16:00:34 +0800 |
commit | f5b921c9a3edeafa45703930629fd977f2e814aa (patch) | |
tree | c0ce6180316175e844c3200555570b877186fa2b | |
parent | 6fc2b33efaacc5cf64795d2d349fe0180cd8c1be (diff) |
Change the Dependency Version
Change the oparent version to 0.1.1
Change the version of the module to 1.0.0
Change-Id: Iaca88c4eaee5dd2b6a08772ac6a74c9805961511
Issue-ID: HOLMES-52
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,12 +20,12 @@ <parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1.1</version>
</parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
|