Skip to content

Commit 2de5e23

Browse files
author
blackduck-serv-builder
committed
Release 66.2.21
1 parent 108249a commit 2de5e23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
3-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
3+
project.ext { managedCgpVersion = '2.0.4' }
44

55
ext {
66
javaTargetCompatibility = 8
@@ -15,7 +15,7 @@ project.ext.moduleName = 'com.synopsys.integration.blackduck-common'
1515
project.ext.javaUseAutoModuleName = 'true'
1616
project.ext.junitShowStandardStreams = 'true'
1717

18-
version = '66.2.21-SNAPSHOT'
18+
version = '66.2.21'
1919

2020
description = 'A library for using various capabilities of Black Duck, notably the REST API and signature scanning.'
2121

@@ -47,4 +47,4 @@ dependencies {
4747
testImplementation 'org.mock-server:mockserver-netty:5.15.0'
4848

4949
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.7'
50-
}
50+
}

0 commit comments

Comments
 (0)