diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-11-29 15:28:20 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2023-11-29 15:28:27 +0000 |
commit | 2d8da0fd9f43e87e5589a2cac4cdc8e8041ee33e (patch) | |
tree | 075b23bf2ddde9e02d098aabd5dd0f36c254d01d /cps-ri | |
parent | 09ca3efe47205afbc46e3b5cf34928d07d341e79 (diff) |
Bump CPS to 3.3.12 for montreal
- bumped the cps version to 3.3.12-SNAPSHOT for further changes.
- Also updated the documentations for the next release
Issue-ID: CPS-1981
Change-Id: I8e463c7873ae28e57fe8fb7f24c6e15b579f9503
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ri')
-rw-r--r-- | cps-ri/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 95756f2ad8..31b54af508 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,7 @@ <parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
- <version>3.3.11-SNAPSHOT</version>
+ <version>3.3.12-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
|