diff options
author | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-14 09:39:35 -0500 |
---|---|---|
committer | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-14 09:51:23 -0500 |
commit | 5660420c0cc104418677f1d3e2d5eea4703d2b3e (patch) | |
tree | f5604bcece8870c099b930d1a55710929e491be5 /aai-core | |
parent | 3b096f45f2e99a3ca0fa4e87476d8c4d232be26c (diff) |
[AAI] Upversion aai-common to 1.9.5
Issue-ID: AAI-3594
Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: I16555822aa3de1ac7a19a08fd378e1eb4c36e23e
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index fb7a6fa5..b5a0e2c9 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.4-SNAPSHOT</version> + <version>1.9.5-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-core</artifactId> |