Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Nov 11, 2019
1 parent f3257e6 commit f319b45
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 @@ -30,7 +30,7 @@ project.ext.javaTargetCompatibility = JavaVersion.VERSION_11

project.ext.moduleName = 'com.synopsys.integration.alert.main'
mainClassName = 'com.synopsys.integration.alert.Application'
version = '5.0.1-SNAPSHOT'
version = '5.0.1'


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

pushImage.mustRunAfter buildDockerImage
}
}

0 comments on commit f319b45

Please sign in to comment.