Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Feb 3, 2020
1 parent 53cfc8a commit fafaed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.2.0-SNAPSHOT'
version = '5.2.0'

apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blackduck-alert",
"version": "5.2.0-SNAPSHOT",
"version": "5.2.0",
"description": "Alert npm project",
"keywords": [
"blackduck",
Expand Down Expand Up @@ -72,4 +72,4 @@
"webpack-dev-server": "^3.3.1",
"whatwg-fetch": "^2.0.3"
}
}
}

0 comments on commit fafaed5

Please sign in to comment.