diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-12-02 14:26:03 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-12-02 14:28:11 +0000 |
commit | 08bcac3378917460f8916bba91b76f2a43cdc933 (patch) | |
tree | ef5762b7aebafab3f3caf6e201154a87fb64370c /integration-test | |
parent | 7cd33c3f6784b5df58cb242847719c4faec7eca3 (diff) |
Update the minor version of CPS
- Update the minor version of cps.
- New version being 3.6.0-SNAPSHOT now.
Issue-ID: CPS-2488
Change-Id: I87fb29fe45dc942b258bc1d45e09a3351739539b
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 7c0461847d..531d353b0c 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.5.6-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |