diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-10-17 14:02:07 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-10-17 14:02:12 +0100 |
commit | 01ef1b1c7c71f90c2e39e43247d363532ca85893 (patch) | |
tree | bb03f0e7b02d8c9bca134974c9441c50e4f9a27d /cps-path-parser | |
parent | bbdbf57553847998fbcc2b9f3e459ff73bf64746 (diff) |
Bump the minor CPS version
- Bumped the CPS version from 3.1.5-SNAPSHOT to 3.2.0-SNAPSHOT
- Step 11 of the release process.
Issue-ID: CPS-1318
Change-Id: I0dce0070afcc019d2562c2f3ab9fe02207dcd86b
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-path-parser')
-rw-r--r-- | cps-path-parser/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index ffac3b02a1..dce9ace708 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.1.5-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |