Skip to content

Commit

Permalink
Release 6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Dec 8, 2022
1 parent ec0e2c6 commit 877e4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -5,7 +5,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 "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
Expand Down Expand Up @@ -48,7 +48,7 @@ ext {
}

mainClassName = 'com.synopsys.integration.alert.Application'
version = '6.12.0-SIGQA7-SNAPSHOT'
version = '6.12.0'

ext.isSnapshot = project.version.endsWith('-SNAPSHOT')

Expand Down

0 comments on commit 877e4ce

Please sign in to comment.