Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Dec 18, 2019
1 parent 362c205 commit 202789e
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 @@ -3,7 +3,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 { id 'groovy' }
Expand All @@ -12,7 +12,7 @@ project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
project.ext.javaUseAutoModuleName = 'true'

group = 'com.synopsys.integration'
version = '0.1.3-SNAPSHOT'
version = '0.1.3'
description = 'Library for common Synopsys Jenkins plugin logic'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 202789e

Please sign in to comment.