Skip to content

Commit

Permalink
Release 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Dec 14, 2023
1 parent a6d9374 commit b2d0060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -21,7 +21,7 @@ buildscript {

group = 'com.synopsys.integration'

version = '9.2.0-SIGQA12-SNAPSHOT'
version = '9.2.0'

apply plugin: 'com.synopsys.integration.solution'
apply plugin: 'org.springframework.boot'
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
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.0.2' }

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

0 comments on commit b2d0060

Please sign in to comment.