From 76903e5becf6db73aa5de208007231f1e87acee7 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 22 Feb 2021 11:29:49 -0500 Subject: [PATCH] Upgrade version number Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto Change-Id: I23bdd1b406e2076c612c06c1677af4440c0b883f --- checkstyle/pom.xml | 2 +- cps-application/pom.xml | 2 +- cps-bom/pom.xml | 2 +- cps-dependencies/pom.xml | 2 +- cps-nf-proxy-rest/pom.xml | 2 +- cps-nf-proxy-service/pom.xml | 2 +- cps-parent/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 +- version.properties | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 83d180890..a59208516 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps checkstyle - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index e5b46f6a4..378b67101 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 9ae8a80b3..cf5025d39 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps cps-bom - 0.0.1-SNAPSHOT + 0.0.2-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 1beee115b..8e0510580 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.onap.cps cps-dependencies - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 94420f7fd..ac891e15c 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml index d32d0ad38..67ffaeb20 100644 --- a/cps-nf-proxy-service/pom.xml +++ b/cps-nf-proxy-service/pom.xml @@ -6,7 +6,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index ecc9898a2..0f8e64323 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -31,7 +31,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT pom diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 2bb053b81..840228eb9 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 005fa272f..fb1e6ad3c 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index fc4ca1209..7225e4340 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/pom.xml b/pom.xml index 21d9b2e2d..de9624953 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.cps cps-aggregator - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 133c4f731..2a0788ee1 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps spotbugs - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index d38d8430d..304745a79 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ major=0 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6