From ef0ddfc3e80ad3c2d7fdd884f83c739bf3a80734 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 28 Sep 2022 12:19:34 +0100 Subject: [PATCH 1/1] Prep for 3.1.2 of CPS - updated release notes - bumbed cps version to 3.1.2-SNAPSHOT from 3.1.1-SNAPSHOT Issue-ID: CPS-1304 Change-Id: Ie65f76032b087dffc716e00fa3868f89f165a6b1 Signed-off-by: mpriyank --- 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-events/pom.xml | 2 +- cps-ncmp-rest-stub/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 +- docs/release-notes.rst | 26 +++++++++++++++++++++++++- jacoco-report/pom.xml | 2 +- pom.xml | 2 +- spotbugs/pom.xml | 2 +- version.properties | 2 +- 19 files changed, 43 insertions(+), 19 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index d2b08dec4..441597427 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.cps checkstyle - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT diff --git a/cps-application/pom.xml b/cps-application/pom.xml index abc9ac755..e384d00e1 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 93eca4855..6c9340ec2 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps cps-bom - 3.1.1-SNAPSHOT + 3.1.2-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 4db0a3cd9..bcf6d0555 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -27,7 +27,7 @@ 4.0.0 org.onap.cps cps-dependencies - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/cps-events/pom.xml b/cps-events/pom.xml index c75f465ff..945af53fd 100644 --- a/cps-events/pom.xml +++ b/cps-events/pom.xml @@ -24,7 +24,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-events/pom.xml b/cps-ncmp-events/pom.xml index d423e910d..19026f4fd 100644 --- a/cps-ncmp-events/pom.xml +++ b/cps-ncmp-events/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-rest-stub/pom.xml b/cps-ncmp-rest-stub/pom.xml index 5b4da8b2b..6cb1a8914 100644 --- a/cps-ncmp-rest-stub/pom.xml +++ b/cps-ncmp-rest-stub/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 720210183..031cc4806 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 0e192bd8a..db2964751 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -27,7 +27,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 9779b9235..fa1da20e3 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT pom diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index d68d6db3d..d80bddcc3 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -23,7 +23,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 47f45e381..0d8665956 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index f00a5953f..25d737054 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 56082f9e0..dfd92fb69 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -28,7 +28,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5d3aa9205..d3c21761a 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -16,6 +16,30 @@ CPS Release Notes .. * * * KOHN * * * .. ==================== +Version: 3.1.2 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.1.2 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.1.2 Kohn | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (yet to release) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- + - None + Version: 3.1.1 ============== @@ -32,7 +56,7 @@ Release Data | **Release designation** | 3.1.1 Kohn | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | (yet to release) | +| **Release date** | 2022 September 28 | | | | +--------------------------------------+--------------------------------------------------------+ diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 1173bbd64..93ac63b19 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../cps-parent/pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index c81037e2e..8cdce074c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT pom cps diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 243144e2a..91efe88c8 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.cps spotbugs - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 833a04222..f576b3133 100755 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ major=3 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6