aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-09-26 21:24:17 -0400
committerJames Forsyth <jf2512@att.com>2018-09-27 12:32:17 +0000
commit0bfde0ae153b335e884e6fdd337b4aaab971776f (patch)
tree4527d99dbe4e1dd1140740462f5133643b41aa0c
parent9c59794d275d5dabab03445158e50af389d44286 (diff)
Move aai-common deps to 1.3.0
Issue-ID: AAI-1680 Change-Id: I03366ca1d7be2b6c64362d2875fe7c54bc91fb43 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-resources/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index d67c8a4..c498d35 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -35,9 +35,9 @@
<java.version>1.8</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
- <aai.schema.version>1.3.0-SNAPSHOT</aai.schema.version>
- <aai.core.version>1.3.0-SNAPSHOT</aai.core.version>
- <aai.schema.ingest.version>1.3.0-SNAPSHOT</aai.schema.ingest.version>
+ <aai.schema.version>1.3.0</aai.schema.version>
+ <aai.core.version>1.3.0</aai.core.version>
+ <aai.schema.ingest.version>1.3.0</aai.schema.ingest.version>
<hbase.version>1.0.2</hbase.version>
<spring.boot.version>1.5.15.RELEASE</spring.boot.version>