diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-20 11:00:01 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-20 11:00:01 -0400 |
commit | ded5214b120d3147b14637fbbffa4c4172794797 (patch) | |
tree | 4fcdc58dde19809aa954b33b90be5841b23b5d4d /dependencies | |
parent | fd4ec602b604f7f605e2767978682608dfd205d1 (diff) |
Release version 1.1.5 maven artifacts and roll version
Release version 1.1.5 ccsdk/distribution maven artifacts and roll version
Change-Id: If6e15e28ae7df15fecd237b39cd1cad30a072a14
Issue-ID: CCSDK-3263
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index e31ac4db..8a5296c2 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>dependencies</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |