diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-10-25 16:59:23 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-10-25 16:59:28 +0100 |
commit | a4cc23d39c8dc661d5fee3665c794900dfc58e34 (patch) | |
tree | 53d24c55c21b4d814342811eef6c6476bb2cafd1 /cps-application | |
parent | e691f4630f9af825840878b313a7cb3526a16f6b (diff) |
Prepare next CPS Rel 3.1.6-SNAPSHOT
- Bump the CPS version from 3.1.5-SNAPSHOT to 3.1.6-SNAPSHOT
- Updated the version properties file
- Updated the release notes
Issue-ID: CPS-1353
Change-Id: Iff1a8769fd57ca152a07ac3b4e9ce2e71e8505e7
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-application')
-rwxr-xr-x | 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 20bfb0dc4d..b540ad359d 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.1.5-SNAPSHOT</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |