diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-10-19 08:55:29 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-10-19 08:55:29 +0800 |
commit | 65a3152a7eb870b0f01c95f0dcc59ee4950b53d3 (patch) | |
tree | acd342669512849354dd8af93528dfa8e1b11238 /pom.xml | |
parent | 27704a8acb2abbc15f3b507ca73ab55bb159af79 (diff) |
Fixed Holmes Service Reg Problem
Change-Id: I20c3ff63a8744d3aa40b2f67450913bf119afc8b
Issue-ID: HOLMES-175
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
@@ -24,7 +24,7 @@ <groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
@@ -86,7 +86,7 @@ <dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
|