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-bom | |
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-bom')
-rw-r--r-- | cps-bom/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 6521830f2a..e02b2afcce 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -43,7 +43,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> + <version>3.1.2</version> </plugin> </plugins> </pluginManagement> |