diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-03-13 17:06:18 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-03-13 17:33:44 -0400 |
commit | c1cf3b69163f89f3abef4a05739107d28b05c6dd (patch) | |
tree | b9e28cc3702ba044dfa85486a10fb5b4fb2a5e60 /pom.xml | |
parent | 112164eddec07f799912b34fa416e837867ca067 (diff) |
Remove -SNAPSHOT dependencies
Issue-ID: AAI-2261
Change-Id: I1fffdbe6aba35b77c17c83c4f3c9d3fc3e65031e
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |