From: Bruno Sakoto Date: Fri, 5 Mar 2021 00:05:02 +0000 (-0500) Subject: Upgrade version number X-Git-Tag: 1.0.0~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=06cb9298783a82e375c4cadd2d6a3e0da80c1360;p=cps.git Upgrade version number Honolulu RC0 will be version 1.0.0 Issue-ID: CPS-260 Signed-off-by: Bruno Sakoto Change-Id: Ib4d464100b7b5814070d41dc911f342f58836442 --- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index a592085166..10423cca70 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps checkstyle - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 9a7d2f8e33..d725630806 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index cf5025d399..21634cc58c 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.2-SNAPSHOT + 1.0.0-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 202f8b2739..db70cada52 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.2-SNAPSHOT + 1.0.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index ac891e15c3..90ed6f460c 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.2-SNAPSHOT + 1.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml index a7f7fd6c1c..0ac87b40ea 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.2-SNAPSHOT + 1.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 0f8e64323f..1b136f441a 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -31,7 +31,7 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT pom diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 9264c68150..651ff18954 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 2a704cf4c8..d1d1ea4514 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 7225e43403..c337a8e20b 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/pom.xml b/pom.xml index de96249532..8cd57623df 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.cps cps-aggregator - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 2a0788ee11..6599a2a561 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps spotbugs - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 304745a792..12156a9a64 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support this -major=0 +major=1 minor=0 -patch=2 +patch=0 base_version=${major}.${minor}.${patch}