Skip to content

Commit 34f2c74

Browse files
author
blackduck-serv-builder
committed
Release 11.1.0
1 parent aec507e commit 34f2c74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
project.ext.inspectorImageFamily = "blackduck-imageinspector"
3333
project.ext.inspectorImageVersion = "6.0.1"
3434

35-
version = '11.1.0-SNAPSHOT'
35+
version = '11.1.0'
3636

3737
apply plugin: 'org.springframework.boot'
3838
apply plugin: 'io.spring.dependency-management'
@@ -335,4 +335,4 @@ dependencies {
335335
testImplementation 'org.springframework.boot:spring-boot-starter-test'
336336
testImplementation 'io.fabric8:kubernetes-client:3.1.8'
337337
testImplementation 'io.fabric8:kubernetes-model:2.0.8'
338-
}
338+
}

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

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

0 commit comments

Comments
 (0)