diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-09-28 12:19:34 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-09-28 12:19:38 +0100 |
commit | ef0ddfc3e80ad3c2d7fdd884f83c739bf3a80734 (patch) | |
tree | 897567025be15838dcf9984894c70270bb496042 /cps-rest | |
parent | dda7fabbdf8ca6f1ebbda3ae3155a02e79016c7e (diff) |
Prep for 3.1.2 of CPS
- updated release notes
- bumbed cps version to 3.1.2-SNAPSHOT from 3.1.1-SNAPSHOT
Issue-ID: CPS-1304
Change-Id: Ie65f76032b087dffc716e00fa3868f89f165a6b1
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-rest')
-rwxr-xr-x | 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 47f45e3812..0d86659561 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |