diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-05-15 10:39:02 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-05-15 10:39:06 +0100 |
commit | 7c2cc25118efeb6480b69f8cdca36c5b310968d3 (patch) | |
tree | 981c464bdaac4c6984876e0cd605fee68cb4dd9a /cps-path-parser | |
parent | de19db6e1e5521c08d55f7bbe77dc64a3681ee9f (diff) |
Bump CPS to 3.5.0-SNAPSHOT
- bump cps to 3.5.0-SNAPSHOT
Issue-ID: CPS-2228
Change-Id: I8a6d7e702b557d5b90dd384bbe429de4958ef77f
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 4631fb86ad..3176d9a471 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.4.10-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |