From dbffd9196b8636c5302cade1258ef347e9f99445 Mon Sep 17 00:00:00 2001 From: "Rishi.Chail" Date: Fri, 5 Mar 2021 12:32:33 +0000 Subject: [PATCH] Update versions for next release Issue-ID: CPS-256 Signed-off-by: Rishi.Chail Change-Id: Ifce438495233edd7de9f42129ab60bebc365f0b9 --- 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(-) mode change 100644 => 100755 version.properties diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 10423cca7..560fadda6 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.1.0-SNAPSHOT https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index d72563080..d64a3bfbf 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.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 21634cc58..ebd18d9d7 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.1.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 db70cada5..d88d257b7 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.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 90ed6f460..2f3bc907a 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.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml index 0ac87b40e..38e79f7e7 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.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 1b136f441..a11b7f460 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.1.0-SNAPSHOT pom diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 9e1695034..a2f10d542 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.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index d1d1ea451..72b95b898 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.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index c337a8e20..e5e1cad4f 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.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/pom.xml b/pom.xml index 8cd57623d..9fd9bba1c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.cps cps-aggregator - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 6599a2a56..adc59e2e3 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.1.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties old mode 100644 new mode 100755 index 12156a9a6..74c57ef33 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6