summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-05-06 09:30:43 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-05-06 09:34:58 +0800
commitb81e54a882e35007fed7d06cc7b7ef9ce86f66e5 (patch)
treec98795c2b29d763b04a0a2c0012afb07cb4e7c8e
parentdac4ef6a82dd85af24b83b1c6dd6df54eaccab7d (diff)
Updated holmes-action to 1.4.210.0.5
Issue-ID: HOLMES-536 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I95a7dde593521a9e7c20d2c93e3a15f7fabd0108
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7370dbb..831dbb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.4.1</version>
+ <version>1.4.2</version>
<exclusions>
<exclusion>
<groupId>io.dropwizard</groupId>
diff --git a/version.properties b/version.properties
index 72ab8f2..71e3303 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=10
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}