Skip to content

Commit f0a96eb

Browse files
author
blackduck-serv-builder
committed
Release 10.6.0
1 parent 89fd988 commit f0a96eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121

2222
group = 'com.blackduck.integration'
2323

24-
version = '10.6.0-SIGQA21-SNAPSHOT'
24+
version = '10.6.0'
2525

2626
apply plugin: 'com.blackduck.integration.solution'
2727
apply plugin: 'org.springframework.boot'

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
9-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
9+
project.ext { managedCgpVersion = '2.1.1' }
1010

1111
dependencies {
1212
classpath "com.blackduck.integration:common-gradle-plugin:${managedCgpVersion}"

0 commit comments

Comments
 (0)