diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-11-29 13:53:44 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2023-11-29 13:53:48 +0000 |
commit | b0943d006975ccb8f491673fb8df98d47bce2bc3 (patch) | |
tree | d6e5afcb8b16c50679c0f9494bbd7a0ab10caa93 /cps-ri | |
parent | 976dc87e9f0f489977b5209bc5b34e6f6101e605 (diff) |
Bumping CPS version to 3.3.11-SNAPSHOT
- 3.3.10 version became unusable because of a bad commit so skipping
that.
Issue-ID: CPS-1981
Change-Id: I740e432608356d1b542a759dd11560d89d884001
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 177cade5ac..95756f2ad8 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.10-SNAPSHOT</version>
+ <version>3.3.11-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
|