Remove -SNAPSHOT dependencies 80/82180/2
authorJimmy Forsyth <jf2512@att.com>
Wed, 13 Mar 2019 20:57:52 +0000 (16:57 -0400)
committerJames Forsyth <jf2512@att.com>
Wed, 13 Mar 2019 21:15:41 +0000 (21:15 +0000)
Issue-ID: AAI-2260
Change-Id: I0ddb1f76f0813d152427cef7d5437ce45ffd52f0
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
aai-traversal/pom.xml

index 239dda4..5eb1b83 100644 (file)
@@ -41,8 +41,8 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <aai.schema.version>1.0.1-SNAPSHOT</aai.schema.version>
-        <aai.core.version>1.4.1-SNAPSHOT</aai.core.version>
+        <aai.schema.version>1.0.0</aai.schema.version>
+        <aai.core.version>1.4.1</aai.core.version>
 
         <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
 
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-rest</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>1.4.1</version>
         </dependency>
         <dependency>
             <groupId>org.skyscreamer</groupId>