diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-06-08 10:17:05 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-06-08 10:17:05 +0800 |
commit | 4242b93bdf5079fee5339a50d8126e4ea56ad9b6 (patch) | |
tree | ba6b5e16e773c057b3371d595494163540910422 /holmes-actions/pom.xml | |
parent | 7218f0b8e91bc61b6f5a9db44f706da1bf669f4b (diff) |
Refactored JerseyClient
Change-Id: I0a6c83b50380affdc723c07df0b1ca41947a3d8e
Issue-ID: HOLMES-442
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-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 3a5b042..ea935c4 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.3.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
|