Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Oct 17, 2019
1 parent 21e7e03 commit 55e01dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -8,7 +8,7 @@ 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.73'
classpath 'org.apache.commons:commons-configuration2:2.2'
}
}
Expand All @@ -19,7 +19,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.31'
}

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

final String artifactoryMinimumVersion = '5.6.2'
Expand Down Expand Up @@ -135,4 +135,4 @@ subprojects {
tasks.withType(Test) {
maxParallelForks = 4 // Do not allow parrallel forks otherwise the automation tests may attempt to spin up multiple Artifactory instances.
}
}
}

0 comments on commit 55e01dd

Please sign in to comment.