Skip to content

Commit d2802d2

Browse files
author
blackduck-serv-builder
committed
Using the next snapshot post release 11.3.1-SNAPSHOT
1 parent 431c0d4 commit d2802d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
project.ext.inspectorImageFamily = "blackduck-imageinspector"
3333
project.ext.inspectorImageVersion = "6.1.0"
3434

35-
version = '11.3.0'
35+
version = '11.3.1-SNAPSHOT'
3636

3737
apply plugin: 'org.springframework.boot'
3838
apply plugin: 'io.spring.dependency-management'

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
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-
project.ext { managedCgpVersion = '2.1.1' }
9+
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
1010

1111
dependencies {
1212
classpath "com.blackduck.integration:common-gradle-plugin:${managedCgpVersion}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-970567700
1+
-2022691747
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Tue Jun 03 12:26:25 EDT 2025
1+
#Wed Jun 04 13:56:01 EDT 2025
22
inspector.image.version=6.1.0
3-
program.version=11.3.0-SIGQA1
3+
program.version=11.3.0
44
inspector.image.family=blackduck-imageinspector

0 commit comments

Comments
 (0)