diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-10-04 16:59:40 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-10-04 16:59:46 +0100 |
commit | b16a1fee586c32e0d47c0473d45fe97d8167e91f (patch) | |
tree | 9a21ff8ae625d933e3c07cab481225d9c8f60163 /cps-ri | |
parent | 430ce3893992ef81c4dc0ffb665084c80c25aa15 (diff) |
Bump CPS to 3.5.4-SNAPSHOT
- bump cps to 3.5.4-SNAPSHOT
- updated release notes
Issue-ID: CPS-2434
Change-Id: I3d5e6f37711bb29b61b598cc5af57ecfdc35cbba
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ri')
-rw-r--r-- | cps-ri/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 57e6528441..c3ad6a2aed 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -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>
|