summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-23 08:38:31 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-23 09:17:01 +0800
commitd1b867a21c144102719429dbb131925a1e2b635a (patch)
treeed6e2fc9280fbeee3ee9ad6bf6738fc4771f05ab
parent8881a1c205c089dd71b5779488489818ddfb619f (diff)
Change the version of holmes-common to 1.0.0amsterdam
Change-Id: I043f92b8e5aa3c8d6d48ee5bd22e5692caa045ea Issue-ID: HOLMES-116 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml4
-rw-r--r--rulemgt-standalone/pom.xml2
-rw-r--r--rulemgt/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 4cf7839..0203151 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.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
@@ -86,7 +86,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>
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml
index 606acbf..97e63dd 100644
--- a/rulemgt-standalone/pom.xml
+++ b/rulemgt-standalone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<artifactId>holmes-rulemgt-standalone</artifactId>
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 78de592..55a0636 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<artifactId>holmes-rulemgt</artifactId>