aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-03-23 11:55:55 -0400
committerRob Daugherty <rd472p@att.com>2018-03-23 11:55:55 -0400
commit4d6acae32dc6cb57067b440194db826bb5392009 (patch)
tree6bb5db05a19817d37d67c8ffb1cd84f867de56b7 /common
parent054543668b713d5b5d886c3d7cefe7a6f4cbc68c (diff)
Fix the jenkins release build
Found Banned Dependency: org.onap.aai.aai-common:aai-annotations:jar:1.2.1-SNAPSHOT Release builds cannot depend on SNAPSHOT artifacts. Change-Id: I742628944c29ad14599e6ea407d47ec4d867c433 Issue-ID: SO-529 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'common')
-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>