From: Bruno Sakoto Date: Fri, 5 Mar 2021 18:13:30 +0000 (-0500) Subject: Setup honolulu branch X-Git-Tag: 1.0.1~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6fb536c848cd48b0e0d821b27706469e8f30cc9c;p=cps.git Setup honolulu branch * Upgrade patch version number * Set default branch for gitreview Issue-ID: CPS-260 Signed-off-by: Bruno Sakoto Change-Id: I17c42712d4802441f09818f65fb3f5351567dd47 --- diff --git a/.gitreview b/.gitreview index 191b931b73..d0a00a1f0d 100644 --- a/.gitreview +++ b/.gitreview @@ -3,5 +3,4 @@ host=gerrit.onap.org port=29418 project=cps - defaultbranch=master - \ No newline at end of file + defaultbranch=honolulu diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 10423cca70..f7da302cbe 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps checkstyle - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index d725630806..19a720439d 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 21634cc58c..8f55634f3f 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps cps-bom - 1.0.0-SNAPSHOT + 1.0.1-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 db70cada52..e94049bb9a 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.onap.cps cps-dependencies - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 90ed6f460c..b74cf6ec6f 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml index 0ac87b40ea..d864fd6b9e 100644 --- a/cps-nf-proxy-service/pom.xml +++ b/cps-nf-proxy-service/pom.xml @@ -6,7 +6,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 1b136f441a..a2262fec33 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -31,7 +31,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 9e16950343..be1c3f66d1 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -24,7 +24,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index d1d1ea4514..77d65f16ac 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index c337a8e20b..98bc1ac180 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../cps-parent/pom.xml diff --git a/pom.xml b/pom.xml index 8cd57623df..3f2bcf74d1 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.cps cps-aggregator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 6599a2a561..6af552288f 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.cps spotbugs - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 12156a9a64..15dd48f01e 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}