aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-23 18:06:06 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-23 18:06:06 +0000
commitb3a51a55e565bab557291773efa31766cf4e7fdb (patch)
tree7bfb22f2b55c436630aaa6fe632872c2b6f64672
parent71d8f248e9e7682e24049239ad81af752ed9827f (diff)
parent4d6acae32dc6cb57067b440194db826bb5392009 (diff)
Merge "Fix the jenkins release build"
-rw-r--r--common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml
index adc102e150..3ad3fa36bd 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -128,7 +128,7 @@
<dependency>
<groupId>org.onap.appc.client</groupId>
<artifactId>client-lib</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -138,7 +138,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.modelmapper</groupId>