diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-22 10:00:43 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-22 10:00:43 +0800 |
commit | 3199971f253c7b8af53104e0c18122b6312701ce (patch) | |
tree | bd92f48ac619f4448d081eb69a1c8409cdaf1bf8 /pom.xml | |
parent | c85baa839785a9bd02bc33e4302ac739dd5567c3 (diff) |
Updated the version to 1.2.0-SNAPSHOT
Change-Id: I49ce114aebd5eb738a410d175c662fff40be3769
Issue-ID: HOLMES-161
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
@@ -87,7 +87,7 @@ <dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
|