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-rest | |
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-rest')
-rw-r--r-- | cps-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index ccfb77fb69..f7ddd6c382 100644 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -27,7 +27,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> |