Skip to content

Commit a2a8a66

Browse files
author
blackduck-serv-builder
committed
Release 8.3.0
1 parent 9716c68 commit a2a8a66

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}"
@@ -57,7 +57,7 @@ ext {
5757
}
5858

5959
mainClassName = 'com.blackduck.integration.alert.Application'
60-
version = '8.3.0-SIGQA6-SNAPSHOT'
60+
version = '8.3.0'
6161

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

0 commit comments

Comments
 (0)