Skip to content

Commit a98493e

Browse files
author
blackduck-serv-builder
committed
Release 10.2.1
1 parent a8c2c9b commit a98493e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121

2222
group = 'com.blackduck.integration'
2323

24-
version = '10.2.1-SIGQA2-SNAPSHOT'
24+
version = '10.2.1'
2525

2626
apply plugin: 'com.blackduck.integration.solution'
2727
apply plugin: 'org.springframework.boot'
@@ -403,4 +403,4 @@ task submitToPlatform1 (type: Exec, dependsOn: [buildPlatform1]){
403403
}
404404

405405
artifactoryPublish.dependsOn ':documentation:publishDitaSource'
406-
artifactoryPublish.dependsOn signJar
406+
artifactoryPublish.dependsOn signJar

buildSrc/build.gradle

+2-2
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}"
@@ -41,4 +41,4 @@ dependencies {
4141
implementation "com.blackduck.integration:blackduck-common:${blackDuckCommonVersion}"
4242
implementation 'org.springframework:spring-core:5.3.34'
4343
implementation gradleApi()
44-
}
44+
}

0 commit comments

Comments
 (0)