From 4c1f226d474771e3b566b2a5e63ef579ac50724b Mon Sep 17 00:00:00 2001 From: niamhcore Date: Mon, 20 Dec 2021 17:34:33 +0000 Subject: Updating snapshot version in pom and version.properties Issue-ID: CPS-820 Signed-off-by: niamhcore Change-Id: If65f2d71e3ea443954b9d15e5e4231548876f253 --- 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 +- jacoco-report/pom.xml | 2 +- pom.xml | 2 +- spotbugs/pom.xml | 2 +- version.properties | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 422a87c0f..093a80b85 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps checkstyle - 2.0.2-SNAPSHOT + 2.0.3-snapshot https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index a65dc225a..37d779270 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index ad0362458..3a1b91797 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.2-SNAPSHOT + 2.0.3-snapshot pom This artifact contains dependencyManagement declarations of all published CPS components. diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 737b9b74a..fc3f8f332 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.2-SNAPSHOT + 2.0.3-snapshot pom ${project.groupId}:${project.artifactId} diff --git a/cps-events/pom.xml b/cps-events/pom.xml index d1a0496f1..d4bee788a 100644 --- a/cps-events/pom.xml +++ b/cps-events/pom.xml @@ -24,7 +24,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index ecd7028a9..65670c730 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index ce885bf81..7bb9981f5 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index b6ced1a33..60a2e7c57 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot pom diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 4bbf10b43..938c2e452 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index ef4d732ad..f34f5f780 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 2f72d9ee4..746dd52b0 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 47d1c2e01..31a86090a 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 2.0.2-SNAPSHOT + 2.0.3-snapshot ../cps-parent/pom.xml diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 8c85155ab..11b1106d2 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -5,7 +5,7 @@ cps-aggregator org.onap.cps - 2.0.2-SNAPSHOT + 2.0.3-snapshot 4.0.0 diff --git a/pom.xml b/pom.xml index 2526f6f58..ccbcf3160 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 2.0.2-SNAPSHOT + 2.0.3-snapshot pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 1b543f826..758f61bd6 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps spotbugs - 2.0.2-SNAPSHOT + 2.0.3-snapshot https://nexus.onap.org diff --git a/version.properties b/version.properties index d3fa7e897..7b85e0c0a 100755 --- a/version.properties +++ b/version.properties @@ -21,7 +21,7 @@ major=2 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg