summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-25 10:25:42 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-25 10:25:42 +0800
commit890c2486828e677d790177934a59ae67f68c9762 (patch)
tree910297a1a75fe5c59c7db3d3eb4be6e3fb1914f5
parent154eb5770d66ecee27108f206d2b5e945a762ac7 (diff)
Change the Version of Dependencies
Change the version of holmes-actions to 1.0.0 Change-Id: I493d40803b8c8352dc290dcc1de2da0d7a0bd61b Issue-ID: HOLMES-97 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8a037f5..f01101b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>${project.version}</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>