aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-04-24 12:46:43 -0400
committerJimmy Forsyth <jf2512@att.com>2018-04-24 12:46:49 -0400
commit5e1cbf01eca1d9efc046a84c831a3685c6009e07 (patch)
tree536d93b0c28365315ccb999e8e559af46252ac71
parent7cfa37bdcab39f7b843ec4aac20f730c466b3618 (diff)
Change common libs to use 1.2.3 release version
Issue-ID: AAI-1090 Change-Id: I5934ccadc123f9c37fe178c58f415c11d4b60dc6 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 d4f8f6b..c751c38 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -44,9 +44,9 @@
<namespace>com.att.ajsc</namespace>
<start-class>org.onap.aai.TraversalApp</start-class>
- <aai-schema.version>1.2.2</aai-schema.version>
- <aai.core.version>1.2.2</aai.core.version>
- <aai.client.loadbalancer.version>1.2.2</aai.client.loadbalancer.version>
+ <aai-schema.version>1.2.3</aai-schema.version>
+ <aai.core.version>1.2.3</aai.core.version>
+ <aai.client.loadbalancer.version>1.2.3</aai.client.loadbalancer.version>
<!-- Start of the jacoco plugin properties -->