Skip to content

Commit

Permalink
Bump CPS to 3.5.4-SNAPSHOT
Browse files Browse the repository at this point in the history
- bump cps to 3.5.4-SNAPSHOT
- updated release notes

Issue-ID: CPS-2434
Change-Id: I3d5e6f37711bb29b61b598cc5af57ecfdc35cbba
Signed-off-by: mpriyank <[email protected]>
  • Loading branch information
mpriyank91 committed Oct 4, 2024
1 parent 430ce38 commit b16a1fe
Show file tree
Hide file tree
Showing 23 changed files with 51 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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

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

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

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

Bug Fixes
---------
3.5.4

Features
--------
3.5.4

Version: 3.5.3
==============

Expand All @@ -32,7 +60,7 @@ Release Data
| **Release designation** | 3.5.3 Oslo |
| | |
+--------------------------------------+--------------------------------------------------------+
| **Release date** | Not yet released |
| **Release date** | 2024 October 04 |
| | |
+--------------------------------------+--------------------------------------------------------+

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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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.3-SNAPSHOT</version>
<version>3.5.4-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=3
patch=4

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

Expand Down

0 comments on commit b16a1fe

Please sign in to comment.