From 6cfd73e2e3c6553339d1a637d7ea4ce6764dd8f3 Mon Sep 17 00:00:00 2001 From: emaclee Date: Thu, 24 Mar 2022 10:10:37 +0000 Subject: [PATCH] Update maven build deploy version Issue-ID: CPS-953 Signed-off-by: emaclee Change-Id: Icc79e3836a186a2a9ce79c0e97965bc7e1fbb347 --- checkstyle/pom.xml | 12 ++++++++++++ cps-bom/pom.xml | 12 ++++++++++++ cps-dependencies/pom.xml | 12 ++++++++++++ spotbugs/pom.xml | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 0c7b09da0..4e042e97d 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -34,6 +34,18 @@ /content/repositories/snapshots/ + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + ecomp-releases diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 0325858b0..e46892695 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -37,6 +37,18 @@ /content/repositories/snapshots/ + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + ecomp-releases diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 0f33e0396..8a6d4a1e2 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -48,6 +48,18 @@ 1.4.2.Final + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + ecomp-releases diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index c586b835d..df033a3f4 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -33,6 +33,18 @@ /content/repositories/snapshots/ + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + ecomp-releases -- 2.16.6