From 7e6b7c8583b8e53ffa3c194823cae6e50db021f8 Mon Sep 17 00:00:00 2001 From: Builder Service Date: Mon, 6 Jan 2020 13:18:21 -0500 Subject: [PATCH] Release 2.3.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c86ebe2..9c521aa 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() maven { url 'https://plugins.gradle.org/m2/' } } - dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' } + dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.85' } } plugins { @@ -14,7 +14,7 @@ plugins { } group = 'org.jenkins-ci.plugins' -version = '2.3.0-SNAPSHOT' +version = '2.3.0' description = 'Allows users to run Coverity commands in their builds' apply plugin: 'com.blackducksoftware.integration.solution'