aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-03-13 17:06:18 -0400
committerJimmy Forsyth <jf2512@att.com>2019-03-13 17:33:44 -0400
commitc1cf3b69163f89f3abef4a05739107d28b05c6dd (patch)
treeb9e28cc3702ba044dfa85486a10fb5b4fb2a5e60
parent112164eddec07f799912b34fa416e837867ca067 (diff)
Remove -SNAPSHOT dependencies
Issue-ID: AAI-2261 Change-Id: I1fffdbe6aba35b77c17c83c4f3c9d3fc3e65031e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cc0af48..2b911ab 100644
--- 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 -->
@@ -414,7 +414,7 @@
<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>