Skip to content

Commit 3970550

Browse files
author
blackduck-serv-builder
committed
Release 15.0.2
1 parent 8e458bd commit 3970550

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
@@ -2,7 +2,7 @@ import com.bmuschko.gradle.docker.tasks.image.Dockerfile
22

33
buildscript {
44
apply from: "https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle", to: buildscript
5-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
5+
project.ext { managedCgpVersion = '2.1.1' }
66

77
ext {
88
javaTargetCompatibility = 8
@@ -24,7 +24,7 @@ project.ext.moduleName = 'com.blackduck.integration.hub-imageinspector-lib'
2424
project.ext.javaUseAutoModuleName = 'true'
2525
project.ext.junitShowStandardStreams = 'true'
2626

27-
version = '15.0.2-SNAPSHOT'
27+
version = '15.0.2'
2828
description = 'A library for creating Black Duck Input Output (BDIO) representing the packages installed in a Linux Docker image'
2929

3030
apply plugin: "io.spring.dependency-management"

0 commit comments

Comments
 (0)