summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-23 08:36:36 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2018-01-23 09:22:48 +0800
commit4170c701c72829be393bc26d08d73c71d59e9d02 (patch)
tree63cdae7c39e7c62fad1d7c4f2dae08181ae92be6
parent3ed65a706df38dec1655f8c1f89c10fb980ae5c0 (diff)
Change the version of holmes-actions to 1.0.0amsterdam
Change-Id: I613f32a076ebbc4561047ea28b58bcc9fc3c2b8b Issue-ID: HOLMES-116 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--dmaap-dsa-standalone/pom.xml2
-rw-r--r--dmaap-dsa/pom.xml2
-rw-r--r--pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/dmaap-dsa-standalone/pom.xml b/dmaap-dsa-standalone/pom.xml
index c63e121..114161a 100644
--- a/dmaap-dsa-standalone/pom.xml
+++ b/dmaap-dsa-standalone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.holmes.dsa</groupId>
<artifactId>holmes-dsa-parent</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</parent>
<artifactId>holmes-dmaap-dsa-standalone</artifactId>
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index 4226b3d..501edad 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.holmes.dsa</groupId>
<artifactId>holmes-dsa-parent</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</parent>
<artifactId>dmaap-dsa</artifactId>
diff --git a/pom.xml b/pom.xml
index 4863912..e9b1543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.holmes.dsa</groupId>
<artifactId>holmes-dsa-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<packaging>pom</packaging>
<name>holmes-dsa</name>
<modules>
@@ -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>