diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-06-20 15:22:14 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-06-20 15:35:53 +0100 |
commit | f582c464c714816dc5c94bf351927b72d0edc313 (patch) | |
tree | 98699cdacfc2b0757df8bfd19c700a568c65cdeb /cps-ri | |
parent | 941bc9c3351ca2303d1b55c5c0ad8028eb44c23a (diff) |
Bump CPS version to 3.5.1-SNAPSHOT
- bump cps version to 3.5.1-SNAPSHOT
- updated release notes to make it ready for the next release
Issue-ID: CPS-2283
Change-Id: I242cae7c95a87c1a9e225cce3eb7b36097f1e5ba
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 221e1a9bf2..14a091fcbd 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.0-SNAPSHOT</version>
+ <version>3.5.1-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
|