Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Mar 25, 2024
1 parent 6314762 commit b49101f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
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.4' }

dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
Expand Down Expand Up @@ -56,7 +56,7 @@ ext {
}

mainClassName = 'com.synopsys.integration.alert.Application'
version = '7.1.0-SIGQA3-SNAPSHOT'
version = '7.1.0'

ext.isSnapshot = project.version.endsWith('-SNAPSHOT')
ext.isSIGQA = project.version.contains('-SIGQA')
Expand Down

0 comments on commit b49101f

Please sign in to comment.