summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-06 09:57:42 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-06 09:57:42 +0800
commitcf38216a34f7ec2880e730cc22c38d04fc35b3fa (patch)
treef60cec50d25f4470ceb6e3ca652e9555f8712a01
parent7e5cc9fbd300bd2f72b202237a23971556c307df (diff)
Change the Dependency Version of MSB to 1.0.0
Change-Id: I23cfbe15f0c69d9caa98fb7db1a1140c47d28964 Issue-ID: HOLMES-81 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--dmaap-dsa/pom.xml1
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index 0743fc6..827bbf3 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -36,7 +36,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>
diff --git a/pom.xml b/pom.xml
index 78e3df8..f37dec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>