diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-08-10 16:00:23 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-08-11 09:41:17 +0200 |
commit | a422056b28ed77f19784725bee319fc2faeaa593 (patch) | |
tree | aebe330bff80f046c0c45c58b425c31105c46115 /prh-app-server | |
parent | 945b2458c1f409212f06e0c358a81120b9ea38c5 (diff) |
Change AAI variable syntax
Issue-ID: DCAEGEN2-2863
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I4e7a2a29edcd85867065ce0457848b42dbfb0db2
Diffstat (limited to 'prh-app-server')
-rw-r--r-- | prh-app-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index c01a5a6e..ed3ae81c 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> |