diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-09-21 13:07:53 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-22 09:11:53 -0400 |
commit | c8d2e7984ff4248c55a586fec873e49193b5c360 (patch) | |
tree | 1f5d84ada54eec246d1640f08c216e454d5003bd /platform-logic/ran-slice-api/pom.xml | |
parent | 4fdc3dd3b8d43a4e40eedea6602ec717c70e7e55 (diff) |
Bug fix in RANSlice platform logic POM
Minor bug fix associated with RANSlice platform
logic POM
Issue-ID: CCSDK-2844
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I7d19d4e910cec193e4058943768205e00cb2a364
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'platform-logic/ran-slice-api/pom.xml')
-rw-r--r-- | platform-logic/ran-slice-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/ran-slice-api/pom.xml b/platform-logic/ran-slice-api/pom.xml index a3ee815f..8951d408 100644 --- a/platform-logic/ran-slice-api/pom.xml +++ b/platform-logic/ran-slice-api/pom.xml @@ -28,7 +28,7 @@ </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> - <outputDirectory>../target/graphs/cMNotifyapi</outputDirectory> + <outputDirectory>../target/graphs/ranSliceapi</outputDirectory> <resources> <resource> <directory>src/main/xml</directory> |