summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-10-09 19:18:51 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-10-10 09:18:39 +0800
commit6ba122dfdd97e513117ab1391b52da9a0630dbe3 (patch)
tree8ed49262da9c0c89c8f84bc2e2510b89a1f75ec7
parent12f0e28b55d8368f9c9a709ec8f831ed597a497a (diff)
Remove the Version of org.onap.holmes-actions
Change-Id: I45903cda0410c4fe246d4ff2177e9eec27f026f5 Issue-ID: HOLMES-52 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml2
-rw-r--r--rulemgt/pom.xml1
2 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index caa0324..899f944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 5b2a11a..d996727 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.jersey.containers</groupId>