diff options
author | wr148d <wr148d@att.com> | 2022-01-13 11:30:29 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-13 11:30:29 -0500 |
commit | 3bb5c80d1048404bcb88982311de8d6a0441677a (patch) | |
tree | 476f164c4a1f8c6289b243364e075a63efdb3516 /aai-aaf-auth | |
parent | cdf5ffba4002b5a8aca77676b14928f00f3c79e6 (diff) |
[AAI] Upversion aai-common to 1.9.1
Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Icb9665a8e975d37fcd6beeee923c1009bcde9641
Diffstat (limited to 'aai-aaf-auth')
-rw-r--r-- | aai-aaf-auth/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-aaf-auth/pom.xml b/aai-aaf-auth/pom.xml index 3b5789f9..52e23612 100644 --- a/aai-aaf-auth/pom.xml +++ b/aai-aaf-auth/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-aaf-auth</artifactId> |