diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-13 10:36:16 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-13 10:36:16 -0500 |
commit | eb7e52220e4da24d0e85e782e93eb66a9699a9db (patch) | |
tree | 4eb9337bc7cf37c594b4f05c5ad13174e368126f /dependencies | |
parent | c601aba72c8e36a0035105f611033ff84401120f (diff) |
Release 1.2.6 maven artifacts and roll version
Release 1.2.6 maven artifacts and roll to next snapshot version
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4f915c3dff7992c472452c959523d49e5b507bbb
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 314ab9d1..460f4778 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.2.6-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <artifactId>dependencies</artifactId> |