diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-25 11:19:53 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-25 11:24:39 -0400 |
commit | 61885d4ea36dd80b428434239b59822392ffb96d (patch) | |
tree | 89744ef6ac5f56479aae466a41b0e61f87662335 /aai-auth | |
parent | 2d1ddb66a337696915b598d8997ac1b435a6532f (diff) |
Upversion prior to global-jjb
Issue-ID: AAI-2464
Change-Id: Icc67b4e2167a68db405bd7d632a33cc8fffe10fc
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 d9a072a7..518f96f5 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.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <artifactId>aai-auth</artifactId> <name>aai-auth</name> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |