summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2020-08-12 02:51:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-12 02:51:29 +0000
commit0e866b59e9e85f188460530fb9ec9612c74ecdf9 (patch)
tree4ed7e6e52536e6669e28afaa8f70429ce895e5b0
parentbf8ece10ff9e7c8309adf5f40e3a46ee0c28328a (diff)
parent1bf51fbee330abfa95d98b9627a6631e303d8e45 (diff)
Merge "Changed the Version Back to 1.3.0-SNAPSHOT"
-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 e695c0d..9a516b6 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</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
diff --git a/pom.xml b/pom.xml
index b496439..db7fc9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.0</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>holmes-common</name>
<modules>
<module>holmes-actions</module>