summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2021-11-08 16:32:51 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2021-11-08 16:32:51 +0800
commit328e71363f44732600f9c7103f1d225bb565f73e (patch)
tree789d2881bf5fd09281b6dc265a866f93bfc01446
parentf1958e194b60cd244db9e482ab4d6a84b33476fe (diff)
Supported VES 7.1+
Issue-ID: HOLMES-308 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ia64f5929a112abe00367d220189e36100c2ae9b8
-rw-r--r--holmes-actions/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index ea935c4..4e23cc5 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.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index 1e917ff..04d1907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>
diff --git a/version.properties b/version.properties
index b5d668b..0eced8c 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}