diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-14 16:06:17 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-14 16:55:22 +0530 |
commit | 1608b5e23d87d464b02978c7cbd2287856bea146 (patch) | |
tree | 152bd71fe3795956e5f382fd4debb7a320bd3c65 /installation/sdnc-web/pom.xml | |
parent | a8daa6c0bda63e20eb980d940e66f69430d767f8 (diff) |
Update artifact name
New name reflects the changed directory structure for ODLUX
Issue-ID: SDNC-1834
Change-Id: I3c1af9e89201a11ba393505d8f4da3ecdad3cc76
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-rw-r--r-- | installation/sdnc-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 939c7771..3a096ffd 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -25,8 +25,8 @@ <dependencies> <dependency> - <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> - <artifactId>sdnr-wt-odlux-installer</artifactId> + <groupId>org.onap.ccsdk.features.sdnr.odlux</groupId> + <artifactId>sdnr-odlux-installer</artifactId> <version>${ccsdk.features.version}</version> <type>zip</type> <classifier>repo</classifier> |