Skip to content

Commit

Permalink
Release Stage 7 for 3.5.4
Browse files Browse the repository at this point in the history
Issue-ID: CPS-2457
Change-Id: Id9a267c587f16f3fb5edb558b33cd0003864ed93
Signed-off-by: seanbeirne <[email protected]>
  • Loading branch information
SeanBeirne committed Oct 17, 2024
1 parent 66b115c commit 3587a62
Show file tree
Hide file tree
Showing 23 changed files with 51 additions and 24 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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>

Expand Down
31 changes: 29 additions & 2 deletions 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.5
==============

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

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

Bug Fixes
---------
3.5.5

Features
--------
3.5.5

Version: 3.5.4
==============

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

Expand All @@ -46,7 +74,6 @@ Features
3.5.4
- `CPS-2408 <https://lf-onap.atlassian.net/browse/CPS-2408>`_ One Hazelcast instance per JVM to manage the distributed data structures.


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

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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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.4-SNAPSHOT</version>
<version>3.5.5-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=4
patch=5

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

Expand Down

0 comments on commit 3587a62

Please sign in to comment.