diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-09 16:07:15 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-09 16:07:15 +0800 |
commit | bdcee6f0a360c315ce4f2b8b5a14b8cd82be6bcd (patch) | |
tree | 4bd3430257ee9d06c0f7f8abf495e4233fa22ec9 | |
parent | 0ab80c44b775eb2b1619ff71d2dd6a647157b19e (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: I5d602616bfebde1a558858c5fef6056c91498c13
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
@@ -13,14 +13,14 @@ <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.common</groupId>
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
|