diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-03-29 13:47:19 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-03-29 14:40:08 +0000 |
commit | 0ac5d9688575cce0695060ac7862ee136fed229c (patch) | |
tree | c55b7b67902300d4f7eb658510798beec69c7c16 /integration-test | |
parent | e26833b20207b1366f6fd0e863d8caf2fff51162 (diff) |
Bump CPS version
- bump cps to 3.4.8-SNAPSHOT
- also updated the release notes
Issue-ID: CPS-2168
Change-Id: Iee7f1e2febbf28b0d5a2855d3128d9eb8bb3c490
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'integration-test')
-rw-r--r-- | integration-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml index eaf1e23d28..d4ee0cc685 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.4.7-SNAPSHOT</version> + <version>3.4.8-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |