Remove -SNAPSHOT dependencies 91/82191/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 13 Mar 2019 21:06:18 +0000 (17:06 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 13 Mar 2019 21:33:44 +0000 (17:33 -0400)
Issue-ID: AAI-2261
Change-Id: I1fffdbe6aba35b77c17c83c4f3c9d3fc3e65031e
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index cc0af48..2b911ab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
 
                <start-class>org.onap.aai.cacher.Application</start-class>
 
-               <aai-core.version>1.4.1-SNAPSHOT</aai-core.version>
+               <aai-core.version>1.4.1</aai-core.version>
                <activemq.version>5.15.8</activemq.version>
                
                <!-- Start of the jacoco plugin properties -->
                <dependency>
                        <groupId>org.onap.aai.schema-service</groupId>
                        <artifactId>aai-schema</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
+                       <version>1.0.0</version>
                </dependency>
                <dependency>
             <groupId>commons-configuration</groupId>