Skip to content

Commit ef27cf6

Browse files
author
blackduck-serv-builder
committed
Release 10.1.0
1 parent 723343d commit ef27cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828
project.ext.inspectorImageFamily = "blackduck-imageinspector"
2929
project.ext.inspectorImageVersion = "5.1.0"
3030

31-
version = '10.1.0-SNAPSHOT'
31+
version = '10.1.0'
3232

3333
apply plugin: 'org.springframework.boot'
3434
apply plugin: 'io.spring.dependency-management'

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
9-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
9+
project.ext { managedCgpVersion = '2.0.2' }
1010

1111
dependencies {
1212
classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}"

0 commit comments

Comments
 (0)