aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-03-13 16:57:52 -0400
committerJames Forsyth <jf2512@att.com>2019-03-13 21:15:41 +0000
commit67569bd6226bc08a1eb211734f16861190282cd0 (patch)
tree1789945ce6b6fc836dccf606510d9365cd298869
parent66309b15a0c1c458e2feb22db3bd3d4c13bd1a64 (diff)
Remove -SNAPSHOT dependencies
Issue-ID: AAI-2260 Change-Id: I0ddb1f76f0813d152427cef7d5437ce45ffd52f0 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-traversal/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 239dda4..5eb1b83 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -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>
@@ -671,7 +671,7 @@
<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>