From 76903e5becf6db73aa5de208007231f1e87acee7 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 22 Feb 2021 11:29:49 -0500 Subject: 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 83d1808909..a592085166 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 e5b46f6a4f..378b671015 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 9ae8a80b3f..cf5025d399 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 1beee115b0..8e0510580f 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 94420f7fd2..ac891e15c3 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 d32d0ad38a..67ffaeb200 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 ecc9898a20..0f8e64323f 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 2bb053b81c..840228eb99 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 005fa272f8..fb1e6ad3c8 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 fc4ca12097..7225e43403 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 21d9b2e2d7..de96249532 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 133c4f7319..2a0788ee11 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 d38d8430d8..304745a792 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ major=0 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg