diff options
author | Dan Timoney <dtimoney@att.com> | 2022-09-19 15:17:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-09-19 15:17:55 -0400 |
commit | 355def7bdaf1257a6c3933514f5f9ddb232e0e17 (patch) | |
tree | b7a9139a909a7ec84b37b80fe1de5d60e8222fd3 /adaptors/aai-service | |
parent | a6791c6dca9a5a609808434a1ad5d32188af5d05 (diff) |
Release ccsdk/sli version 1.5.0
Release ccsdk/sli version 1.5.0 - initial Kohn version and
roll to next snapshot version.
Issue-ID: CCSDK-3754
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id3ce3374bef180ee30a6103917a43321118643bb
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 a1c4fb2aa..5c8a83d5e 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.5.0-SNAPSHOT</version> + <version>1.5.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 35216b029..7193ebf0c 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.5.0-SNAPSHOT</version> + <version>1.5.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 664232f16..c8de84272 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.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |