diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-22 13:52:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-22 13:52:45 -0400 |
commit | 486bd1768c2b4e6bf4a83326fdc5f7d07d565222 (patch) | |
tree | c75abb04d8b65bd14914160d476386bae7929764 /dependencies | |
parent | 776684f7a5fd32fa09a68070948f68615d7c7cfa (diff) |
Roll to Istanbul snapshot
Roll master to Istanbul snapshot version
Change-Id: Ie39a976dfe5e59fdf213bd35a1fbf730f3fdc79e
Issue-ID: CCSDK-3190
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 46b4f9d3..190559a1 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.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>dependencies</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |