Skip to content

Commit 3fff380

Browse files
author
blackduck-serv-builder
committed
Release 66.2.23
1 parent 6e92b51 commit 3fff380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 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.23-SNAPSHOT'
18+
version = '66.2.23'
1919

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

0 commit comments

Comments
 (0)