diff options
author | tang peng <tang.peng5@zte.com.cn> | 2020-08-12 02:51:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-12 02:51:29 +0000 |
commit | 0e866b59e9e85f188460530fb9ec9612c74ecdf9 (patch) | |
tree | 4ed7e6e52536e6669e28afaa8f70429ce895e5b0 /holmes-actions | |
parent | bf8ece10ff9e7c8309adf5f40e3a46ee0c28328a (diff) | |
parent | 1bf51fbee330abfa95d98b9627a6631e303d8e45 (diff) |
Merge "Changed the Version Back to 1.3.0-SNAPSHOT"
Diffstat (limited to 'holmes-actions')
-rw-r--r-- | holmes-actions/pom.xml | 2 |
1 files changed, 1 insertions, 1 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>
|