diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-08-12 10:30:15 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-08-12 10:30:15 +0800 |
commit | 1bf51fbee330abfa95d98b9627a6631e303d8e45 (patch) | |
tree | 99f670a4e9ef8681e432b5c0a098f5bbc2a72449 /holmes-actions | |
parent | 47f6399e520607c97eeefcb6310053d449bfff87 (diff) |
Changed the Version Back to 1.3.0-SNAPSHOT
Change-Id: I7aefc5ba4ae0c88bd2f93ac72570f1cfe7360dba
Issue-ID: HOLMES-344
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
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>
|