diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-10 14:55:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-10 14:55:19 -0500 |
commit | ef9ea4a43ee8c30d1d11c73404f1eb0b304f7be1 (patch) | |
tree | 9a6b93986982434bc9e5a3da3d699a53067e4174 /adaptors/aai-service | |
parent | b5a1f49893bcbe44fda1b0ea6340f8f834adf2b2 (diff) |
Release initial SLI version for London release
Release initial SLI version for London relesae
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3450a52897fc041950499eb9722f0c491f618e61
Diffstat (limited to 'adaptors/aai-service')
-rwxr-xr-x | adaptors/aai-service/installer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/aai-service/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/aai-service/installer/pom.xml b/adaptors/aai-service/installer/pom.xml index 03100cdb3..29b40359b 100755 --- a/adaptors/aai-service/installer/pom.xml +++ b/adaptors/aai-service/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-installer</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> diff --git a/adaptors/aai-service/pom.xml b/adaptors/aai-service/pom.xml index b14d53024..e4780d73b 100755 --- a/adaptors/aai-service/pom.xml +++ b/adaptors/aai-service/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index 3c8c8e4b3..d001ed7c9 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-provider</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |