Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Apr 3, 2019
1 parent 4a9bc11 commit 6da51fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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.58' }
}

plugins {
id 'org.jenkins-ci.jpi' version '0.27.0'
}

group = 'org.jenkins-ci.plugins'
version = '2.0.0-SNAPSHOT'
version = '2.0.0'
description = 'Allows users to run Coverity commands in their builds'

apply plugin: 'com.blackducksoftware.integration.solution'
Expand Down Expand Up @@ -92,4 +92,4 @@ task generateHelp(type: GenerateHtml) {
}

compileJava.dependsOn generateHelp, generateJelly
jpi.finalizedBy renameFile
jpi.finalizedBy renameFile

0 comments on commit 6da51fc

Please sign in to comment.