Skip to content

Commit

Permalink
Release 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Dec 2, 2024
1 parent aec507e commit 34f2c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
project.ext.inspectorImageFamily = "blackduck-imageinspector"
project.ext.inspectorImageVersion = "6.0.1"

version = '11.1.0-SNAPSHOT'
version = '11.1.0'

apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
Expand Down Expand Up @@ -335,4 +335,4 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.fabric8:kubernetes-client:3.1.8'
testImplementation 'io.fabric8:kubernetes-model:2.0.8'
}
}
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

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

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

0 comments on commit 34f2c74

Please sign in to comment.