aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-09-26 21:40:51 -0400
committerJames Forsyth <jf2512@att.com>2018-09-27 12:32:05 +0000
commit71446d101611d2516973313aa3a684f4c05824f4 (patch)
treecd41e4327769debbe490202895ffe88011232259
parentec9fb4620e8d3a2b7e69318622f66d4f75268c52 (diff)
Move aai-common deps to 1.3.0
Issue-ID: AAI-1681 Change-Id: I68919de4735083c9f09cb683765b16dc895b0f10 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-traversal/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index cf4e019..18f7226 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.3.0-SNAPSHOT</aai.schema.version>
- <aai.core.version>1.3.0-SNAPSHOT</aai.core.version>
+ <aai.schema.version>1.3.0</aai.schema.version>
+ <aai.core.version>1.3.0</aai.core.version>
<spring.boot.version>1.5.15.RELEASE</spring.boot.version>