diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-11-21 12:34:02 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-11-21 12:43:51 -0500 |
commit | 4527086320f2093856c9a5fa46880b78b606556b (patch) | |
tree | d5fd3472c048a19367fe79147a17c93149a8d782 /aai-auth | |
parent | b5d090b5a2cd40674838318aa3e26f848acee5d2 (diff) |
Update AAI release versions1.3.3
Issue-ID: AAI-1942
Change-Id: Ic939fe69d5513fe4653cfdce11774737122411d3
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-auth')
-rw-r--r-- | aai-auth/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index a0fd53dc..66d3c072 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>aai-auth</artifactId> <name>aai-auth</name> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |