diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-13 12:54:17 +0000 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-13 12:54:17 +0000 |
commit | 1bb3639f4ad0395fd941fc072154838f62bb8193 (patch) | |
tree | 7b63463f6f4b2fb198e9293da22c4df07ec7279c /cps-ncmp-rest | |
parent | e8d4ada1b904380bc5fcba339d9c68c49fb5252b (diff) |
Fix for cps-master-merge-java job after removing oParent
Issue-ID: CPS-2496
Change-Id: I94eef4006b8c96db2c9d350c3330edf98924099c
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-ncmp-rest')
-rw-r--r-- | cps-ncmp-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 681d1e52b4..a7b2b76cef 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -35,7 +35,7 @@ <properties> <minimum-coverage>0.99</minimum-coverage> - <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> + <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> </properties> <dependencies> |