summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-05-06 09:36:03 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-05-06 09:36:03 +0800
commit9d418d4606c5addaa563aa9b65ede26b87a35150 (patch)
treeffa7d7c9a9af72f18eb8ac36acdfd4dc719324a5
parent2b9ef65d279cd330897ddee98218e13d68156e33 (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: Id5c9cbf77d3f81a467e4c38d2a000a6fef5c0a61
-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 3e7201c..3e2388c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,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>org.glassfish.jersey.containers</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}