Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Oct 16, 2019
1 parent 3884cdb commit f7e2a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.73' }
}

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

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

apply plugin: 'com.blackducksoftware.integration.solution'
Expand Down

0 comments on commit f7e2a3c

Please sign in to comment.