Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Sep 12, 2023
1 parent 9542b82 commit 1924ea5
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 @@ -20,7 +20,7 @@ buildscript {
}

group = 'com.synopsys.integration'
version = '9.0.0-SIGQA21-SNAPSHOT'
version = '9.0.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 1924ea5

Please sign in to comment.