diff options
author | 2023-05-02 11:17:28 -0400 | |
---|---|---|
committer | 2023-05-02 11:17:28 -0400 | |
commit | 2c31f21221231028fad943a231ee2d4c4fe256e1 (patch) | |
tree | 9b03b923b84b86e94a24ff456b205bfd96739555 /components/pom.xml | |
parent | fb8f21e654b76a3f835bb0ed3ef34fc0df190328 (diff) |
Release version 1.5.1 maven artifacts and roll version
Release version 1.5.1 of CDS maven artifacts and roll to next snapshot
version
Issue-ID: CCSDK-3876
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2d865d2acad2e3594e140604076a421c5d352e0c
Diffstat (limited to 'components/pom.xml')
-rw-r--r-- | components/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pom.xml b/components/pom.xml index c1fca9399..3ec0f7da6 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-aggregator</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |