Skip to content

Commit 85fa272

Browse files
author
blackduck-serv-builder
committed
Release 67.0.14
1 parent 2fa6fd1 commit 85fa272

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.1.1' }
44

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

17-
version = '67.0.14-SNAPSHOT'
17+
version = '67.0.14'
1818

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

0 commit comments

Comments
 (0)