diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-09-21 13:07:53 -0500 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-09-21 13:07:53 -0500 |
commit | 5d536189b39adb7c01ebdd5b4c096d2f8b5150ad (patch) | |
tree | 2937e8652d4ce8080ea5218641330d310b59bf3d | |
parent | 1fefac5b19757ebb9645a1db55e775ce01f50f8b (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
-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 ca26d7d3..254a1fad 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> |