diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-07-15 12:25:15 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-07-15 12:27:36 +0100 |
commit | 964c5f68ab2b70074fc22de01e9229d1f5ee7a3d (patch) | |
tree | e864c5ec4913f1f2dfd6d904b1ecf1a1f8c02e1b /cps-application | |
parent | dd342f4d5978ea4d4be78c11db0917b44befb601 (diff) |
Bump CPS to 3.5.2 Snapshot
- bump CPS to 3.5.2-SNAPSHOT
- updated the release notes and prepared for the next release
Issue-ID: CPS-2318
Change-Id: I584faf6218e60ad62e32ef8c3cb0deb4047149a2
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 8ab314ea5b..dbc92b9fc6 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.5.1-SNAPSHOT</version> + <version>3.5.2-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |