diff options
author | Dan Timoney <dtimoney@att.com> | 2024-05-30 10:24:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-05-30 10:24:12 -0400 |
commit | d90acc852fa3d1aa25879b5bef373e31bd69ff39 (patch) | |
tree | 9f2d8c2e2a7cddac1f6eac68c415e2d50ce9c041 /northbound/lcm | |
parent | 79cddca0dcd957fbea85e7e73f44b8d934dd975b (diff) |
Release version 1.7.3 of ccsdk/slimontreal
Release of 1.7.2 failed due to aged out staging build. Releasing 1.7.3
with fresh staging build.
Issue-ID: CCSDK-4004
Change-Id: I5e686b8aa62a93c640d40402c27a44c0a65a7844
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'northbound/lcm')
-rwxr-xr-x | northbound/lcm/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/lcm/installer/pom.xml b/northbound/lcm/installer/pom.xml index 00a18831a..352d866bd 100755 --- a/northbound/lcm/installer/pom.xml +++ b/northbound/lcm/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-installer</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml index cf1619264..5b51ba877 100755 --- a/northbound/lcm/model/pom.xml +++ b/northbound/lcm/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-model</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/lcm/pom.xml b/northbound/lcm/pom.xml index cbd0ff2ae..89d5dacf5 100755 --- a/northbound/lcm/pom.xml +++ b/northbound/lcm/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/lcm/provider/pom.xml b/northbound/lcm/provider/pom.xml index bfdceff25..641520cec 100755 --- a/northbound/lcm/provider/pom.xml +++ b/northbound/lcm/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-provider</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |