Skip to content

Commit 8befc64

Browse files
author
blackduck-serv-builder
committed
Release 10.0.0
1 parent ba6ffb8 commit 8befc64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

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

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

3333
apply plugin: 'org.springframework.boot'
3434
apply plugin: 'io.spring.dependency-management'
@@ -297,4 +297,4 @@ dependencies {
297297
testImplementation 'org.springframework.boot:spring-boot-starter-test'
298298
testImplementation 'io.fabric8:kubernetes-client:3.1.8'
299299
testImplementation 'io.fabric8:kubernetes-model:2.0.8'
300-
}
300+
}

buildSrc/build.gradle

+2-2
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}"
@@ -25,4 +25,4 @@ dependencies {
2525
}
2626
implementation "com.synopsys.integration:integration-common:20.0.0"
2727
implementation gradleApi()
28-
}
28+
}

0 commit comments

Comments
 (0)