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?p=cps.git;a=commitdiff_plain;h=06cb9298783a82e375c4cadd2d6a3e0da80c1360 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 a59208516..10423cca7 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 9a7d2f8e3..d72563080 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 cf5025d39..21634cc58 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 202f8b273..db70cada5 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 ac891e15c..90ed6f460 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 a7f7fd6c1..0ac87b40e 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 0f8e64323..1b136f441 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 9264c6815..651ff1895 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 2a704cf4c..d1d1ea451 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 7225e4340..c337a8e20 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 de9624953..8cd57623d 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 2a0788ee1..6599a2a56 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 304745a79..12156a9a6 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}