Fix the jenkins release build 39/38139/1
authorRob Daugherty <rd472p@att.com>
Fri, 23 Mar 2018 15:55:55 +0000 (11:55 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 23 Mar 2018 15:55:55 +0000 (11:55 -0400)
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>
common/pom.xml

index adc102e..3ad3fa3 100644 (file)
                 <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>
                 <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>