Skip to content

Commit 81c9509

Browse files
author
blackduck-serv-builder
committed
Release 11.0.0
1 parent 6edea9d commit 81c9509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
33

4-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
4+
project.ext { managedCgpVersion = '2.1.1' }
55

66
ext {
77
javaTargetCompatibility = 8
@@ -16,7 +16,7 @@ plugins { id 'groovy' }
1616
project.ext.moduleName = 'com.blackduck.integration.integration-rest'
1717
project.ext.junitShowStandardStreams = 'true'
1818

19-
version = '11.0.0-SNAPSHOT'
19+
version = '11.0.0'
2020
description = 'A library wrapping http communication for integrations.'
2121

2222
apply plugin: 'com.blackduck.integration.library'
@@ -32,4 +32,4 @@ dependencies {
3232
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
3333
testImplementation 'org.hamcrest:hamcrest-core:2.2'
3434
testImplementation 'org.mockito:mockito-core:5.2.0'
35-
}
35+
}

0 commit comments

Comments
 (0)