From 678fe954f98fb29414610d7d8cefb779e34f9249 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Mon, 13 Sep 2021 19:46:49 +0000 Subject: Release cps --- checkstyle/pom.xml | 2 +- cps-application/pom.xml | 2 +- cps-bom/pom.xml | 2 +- cps-dependencies/pom.xml | 2 +- cps-events/pom.xml | 2 +- cps-ncmp-rest/pom.xml | 2 +- cps-ncmp-service/pom.xml | 2 +- cps-parent/pom.xml | 2 +- cps-path-parser/pom.xml | 2 +- cps-rest/pom.xml | 2 +- cps-ri/pom.xml | 2 +- cps-service/pom.xml | 2 +- pom.xml | 2 +- spotbugs/pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 9a5eea5d0..35089963e 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps checkstyle - 2.0.0-SNAPSHOT + 2.0.0 https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 7ca50dca2..ffc4b6a18 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 2a729024c..df55ada1b 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps cps-bom - 2.0.0-SNAPSHOT + 2.0.0 pom This artifact contains dependencyManagement declarations of all published CPS components. diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index d8f46ccba..c1c61f677 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.cps cps-dependencies - 2.0.0-SNAPSHOT + 2.0.0 pom ${project.groupId}:${project.artifactId} diff --git a/cps-events/pom.xml b/cps-events/pom.xml index e952220eb..f310b5d04 100644 --- a/cps-events/pom.xml +++ b/cps-events/pom.xml @@ -24,7 +24,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index c24398330..6f1d09bfa 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 39ceeb726..28dd57e4e 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index bfb3a9752..4e710483f 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 1884ea4c1..2fd60dcda 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index c76677fe9..0e95f94a5 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index e1be2bed3..dd159d3d7 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 028a0608b..5338839c0 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 2.0.0 ../cps-parent/pom.xml diff --git a/pom.xml b/pom.xml index 5ed8bdc74..7199808ee 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 2.0.0-SNAPSHOT + 2.0.0 pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 2a52fb7ec..4ef250862 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps spotbugs - 2.0.0-SNAPSHOT + 2.0.0 https://nexus.onap.org -- cgit 1.2.3-korg