diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-28 07:42:25 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-28 12:56:25 +0000 |
commit | 971d4c086ff69f469d03a744f4de341b9629d179 (patch) | |
tree | 83813bbc6eb4fc1727f393c80ef246e2ef3cfb93 /dependencies | |
parent | 22dff38cdb9dc89b854fba38723e3998b269c3f7 (diff) |
Release version 1.5.0 maven artifacts
Release version 1.5.0 ccsdk/distribution maven artifacts and roll
to next snapshot version.
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib8df2312bcd9f20a31710be69d1672329d7e45f3
Diffstat (limited to 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index f7a2af42..01778ffc 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>dependencies</artifactId> |