diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-09-23 11:20:36 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-09-23 11:20:41 +0100 |
commit | e3855ddf785b5ce47ce525da8c61c557d75d2eca (patch) | |
tree | 6c4194419c7c1bf366c982e34a167fee28e28da2 /cps-path-parser | |
parent | 8ebc0ab268b9e474e42078336f3e50258c1bbf21 (diff) |
Prepare for next CPS Core release
- Bumping the CPS Core version from 3.1.0 to 3.1.1
Issue-ID: CPS-1295
Change-Id: I6bdff6dd3b266a24c3e89ba811be6bc64beb6e54
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 1b0ebe2ef2..d68d6db3d8 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.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |