Skip to content

Commit 6bc6ea4

Browse files
author
blackduck-serv-builder
committed
Release 2023.10.0.7
1 parent 846fdc9 commit 6bc6ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -13,7 +13,7 @@ buildscript {
1313
project.ext.moduleName = 'com.blackduck.integration.blackduck-common-api'
1414
project.ext.javaUseAutoModuleName = 'true'
1515

16-
version = '2023.10.0.7-SNAPSHOT'
16+
version = '2023.10.0.7'
1717

1818
description = 'A library of mostly temporary request/response classes for the Black Duck REST API.'
1919

0 commit comments

Comments
 (0)