From ae74cfd469d290a2a9ede5e8ae10fed4851dbbf0 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Mon, 21 Mar 2022 16:17:23 +0000 Subject: Update versions for next release Update Minor version number (on master) for next release as part of creating Jakarta release branch Issue-ID: CPS-952 Signed-off-by: ToineSiebelink Change-Id: Ie96ae7ce8997774d3ea27275c73e7d0703257e5e --- checkstyle/pom.xml | 2 +- cps-application/pom.xml | 2 +- cps-bom/pom.xml | 2 +- cps-dependencies/pom.xml | 2 +- cps-events/pom.xml | 2 +- cps-ncmp-rest/pom.xml | 2 +- cps-ncmp-service/pom.xml | 2 +- cps-parent/pom.xml | 2 +- cps-path-parser/pom.xml | 2 +- cps-rest/pom.xml | 2 +- cps-ri/pom.xml | 2 +- cps-service/pom.xml | 2 +- jacoco-report/pom.xml | 2 +- pom.xml | 2 +- spotbugs/pom.xml | 2 +- version.properties | 6 +++--- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 919a79e50b..0c7b09da04 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps checkstyle - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT https://nexus.onap.org diff --git a/cps-application/pom.xml b/cps-application/pom.xml index d89aaa3640..193599ff9d 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 2cc9ced043..0325858b00 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps cps-bom - 3.0.1-SNAPSHOT + 3.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 f114a15db5..05e7efa33c 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.cps cps-dependencies - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-events/pom.xml b/cps-events/pom.xml index e4c5243c36..9bd9588271 100644 --- a/cps-events/pom.xml +++ b/cps-events/pom.xml @@ -24,7 +24,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 44e42a3a98..6a700c3e12 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 3bb5f73cd3..573c76e4a8 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index b52db7cde6..77269570ea 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT pom diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 45842222eb..514784cb32 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 49e3254e36..6019197269 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index b9c4c70884..98a392a5c2 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 38cdfce067..aea122d176 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index bf7f77d1a9..d1181d367c 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT ../cps-parent/pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 173730ef62..23ef44bb5b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index d13e61a661..c586b835d8 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps spotbugs - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index b2dfad63bc..870b994b72 100755 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # Modifications Copyright (C) 2022 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,8 +21,8 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=3 -minor=0 -patch=1 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg