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 /jacoco-report | |
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 'jacoco-report')
-rw-r--r-- | jacoco-report/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 999020ee89..447614f396 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -5,7 +5,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> <modelVersion>4.0.0</modelVersion> |