diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-11-07 17:31:39 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-11-11 10:09:38 -0500 |
commit | 6aacebe5f9cd895fe6fbf48799ce04f48eda42eb (patch) | |
tree | 1d74520d3f53f85edc70e745ba487bf95a05187a /aai-auth | |
parent | a5d4adc4185af54a19de5de748c728875511c790 (diff) |
Upversion to 1.6.1
Issue-ID: AAI-2699
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iae42d82b40c9763ff09674e83d35a65fe6bcc0df
Diffstat (limited to 'aai-auth')
-rw-r--r-- | aai-auth/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 8fe575b7..6cf0b6e5 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,12 +27,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-auth</artifactId> <name>aai-auth</name> - <version>1.6.0-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |