diff options
author | Dan Timoney <dtimoney@att.com> | 2023-11-08 15:07:45 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-08 15:07:45 -0500 |
commit | 9c8fc6851745906dba90eaf717f4605ee8509cd8 (patch) | |
tree | ad5e892c55d375dd33e27160e0de8caac9bf7480 /northbound/asdcApi | |
parent | 2162533410a04a7d31aa231c04d95f3e1e10473b (diff) |
Release version 1.7.1 of ccsdk/sli
Release version 1.7.1 of ccsdk/sli for Montreal CI
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I83c2c4725e22da608ef9a42a11b3df7da3dcc231
Diffstat (limited to 'northbound/asdcApi')
-rwxr-xr-x | northbound/asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/asdcApi/installer/pom.xml b/northbound/asdcApi/installer/pom.xml index 4a1556bce..cc015ff83 100755 --- a/northbound/asdcApi/installer/pom.xml +++ b/northbound/asdcApi/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-installer</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index 28c542c92..762858c1e 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-model</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index b028cfb07..b615522ca 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index 507639962..5bf33050a 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-provider</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |