Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Dec 3, 2019
1 parent 3620d44 commit 4380292
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 @@ -29,7 +29,7 @@ project.ext.javaTargetCompatibility = JavaVersion.VERSION_11
project.ext.moduleName = 'com.synopsys.integration.alert.main'
mainClassName = 'com.synopsys.integration.alert.Application'

version = '5.1.0-SNAPSHOT'
version = '5.1.0'

apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
Expand Down Expand Up @@ -401,4 +401,4 @@ task all(dependsOn: [build, createDeploymentZip, dockerLogin, buildDockerImage,
buildDockerImage.mustRunAfter dockerLogin

pushImage.mustRunAfter buildDockerImage
}
}

0 comments on commit 4380292

Please sign in to comment.