Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Apr 17, 2019
1 parent dd5ac56 commit 09d2f0d
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 @@ -5,15 +5,15 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+'
classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.58'
}
}

plugins {
id 'groovy'
}

version = '6.2.0-SNAPSHOT'
version = '6.2.0'
final String parentVersion = project.version

configure(subprojects) { project ->
Expand All @@ -34,4 +34,4 @@ subprojects {
tasks.withType(Test) {
maxParallelForks = 4
}
}
}

0 comments on commit 09d2f0d

Please sign in to comment.