From d5cfc7f74809dcd20ebc5ea6fb70371f8e946ce4 Mon Sep 17 00:00:00 2001 From: Eric Kerwin Date: Mon, 7 May 2018 15:50:20 -0400 Subject: [PATCH] creating release --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 95b7d1e..6761523 100644 --- a/build.gradle +++ b/build.gradle @@ -11,11 +11,11 @@ plugins { id 'groovy' } -version = '0.5.2-SNAPSHOT' +version = '0.6.0' apply plugin: 'com.blackducksoftware.integration.library' dependencies { - compile 'com.blackducksoftware.integration:integration-common:10.1.0' + compile 'com.blackducksoftware.integration:integration-common:11.0.0' compile gradleApi() }