diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-19 13:36:26 +0000 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-19 14:50:09 +0000 |
commit | 33f9afae4033ecd6ce718541fb107344c00e47ff (patch) | |
tree | 0ffec022b0b287c027772ab1d2d72e5cd62c8cb7 /dmi-stub/pom.xml | |
parent | e013aacff90ebb5eca26367f7905d4fd03d221fa (diff) |
Fix for DMI merge master Job working
- Bumped DMI version from 1.6.0-SNAPSHOT to 3.5.5-SNAPSHOT
Issue-ID: CPS-2499
Change-Id: Ieeba324330080f5dc5f8723a7d8d6f37aa7945ca
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-stub/pom.xml')
-rw-r--r-- | dmi-stub/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index fdd01089..854e8432 100644 --- a/dmi-stub/pom.xml +++ b/dmi-stub/pom.xml @@ -23,8 +23,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>ncmp-dmi-plugin</artifactId> - <version>1.6.0-SNAPSHOT</version> - <relativePath>../../ncmp-dmi-plugin/pom.xml</relativePath> + <version>3.5.5-SNAPSHOT</version> </parent> <artifactId>dmi-plugin-demo-and-csit-stub</artifactId> |