Skip to content

Commit 134fa40

Browse files
author
blackduck-serv-builder
committed
Release 7.2.0
1 parent 2bd905c commit 134fa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55

66
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
77

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

1010
dependencies {
1111
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
@@ -56,7 +56,7 @@ ext {
5656
}
5757

5858
mainClassName = 'com.synopsys.integration.alert.Application'
59-
version = '7.2.0-SIGQA3-SNAPSHOT'
59+
version = '7.2.0'
6060

6161
ext.isSnapshot = project.version.endsWith('-SNAPSHOT')
6262
ext.isSIGQA = project.version.contains('-SIGQA')

0 commit comments

Comments
 (0)