Skip to content

Commit

Permalink
Bump CPS to 3.5.3-SNAPSHOT
Browse files Browse the repository at this point in the history
- bump CPS to 3.5.3-SNAPSHOT
- updated the release notes and prepared for the next release

Issue-ID: CPS-2374
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I60ea5f5864f5818d1ed5078e375cf07b8d713dde
  • Loading branch information
danielhanrahan committed Aug 21, 2024
1 parent c46807f commit 64ff458
Show file tree
Hide file tree
Showing 23 changed files with 52 additions and 23 deletions.
2 changes: 1 addition & 1 deletion checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.cps</groupId>
<artifactId>checkstyle</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>

<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion cps-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.cps</groupId>
<artifactId>cps-bom</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<packaging>pom</packaging>

<description>This artifact contains dependencyManagement declarations of all published CPS components.</description>
Expand Down
2 changes: 1 addition & 1 deletion cps-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.cps</groupId>
<artifactId>cps-dependencies</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion cps-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-ncmp-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-ncmp-rest-stub</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>

<artifactId>cps-ncmp-rest-stub-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-ncmp-rest-stub</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>
<artifactId>cps-ncmp-rest-stub-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cps-ncmp-rest-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-ncmp-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-ncmp-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cps-path-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cps-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
31 changes: 30 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,35 @@ CPS Release Notes
.. * * * OSLO * * *
.. ====================
Version: 3.5.3
==============

Release Data
------------

+--------------------------------------+--------------------------------------------------------+
| **CPS Project** | |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Docker images** | onap/cps-and-ncmp:3.5.3 |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release designation** | 3.5.3 Oslo |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release date** | Not yet released |
| | |
+--------------------------------------+--------------------------------------------------------+

Bug Fixes
---------
3.5.3

Features
--------
3.5.3


Version: 3.5.2
==============

Expand All @@ -32,7 +61,7 @@ Release Data
| **Release designation** | 3.5.2 Oslo |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release date** | Not yet released |
| **Release date** | 2024 August 21 |
| | |
+--------------------------------------+--------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jacoco-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion policy-executor-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.onap.cps</groupId>
<artifactId>cps-aggregator</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>cps</name>
Expand Down
2 changes: 1 addition & 1 deletion spotbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.cps</groupId>
<artifactId>spotbugs</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>

<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

major=3
minor=5
patch=2
patch=3

base_version=${major}.${minor}.${patch}

Expand Down

0 comments on commit 64ff458

Please sign in to comment.