summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2020-08-12 02:12:42 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-12 02:12:42 +0000
commitbf8ece10ff9e7c8309adf5f40e3a46ee0c28328a (patch)
treec3686739ac1d35d0fcba6e62ac921ecfded6f621
parente31f9bf54d6bd8a7a3bda3f2fdf8fa7c3e7d6344 (diff)
parent47f6399e520607c97eeefcb6310053d449bfff87 (diff)
Merge "Changed the Version to 1.3.0"
-rw-r--r--holmes-actions/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 9a516b6..e695c0d 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.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index db7fc9d..b496439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>