Skip to content

Commit

Permalink
Release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Feb 24, 2021
1 parent 4023b56 commit 20c17bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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-dependencies.gradle', to: buildscript
////////// START BUILDSCRIPT DEPENDENCY //////////
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.8.1" }

////////// END BUILDSCRIPT DEPENDENCY //////////

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

mainClassName = 'com.synopsys.integration.alert.Application'
version = '6.4.0-SIGQA14-SNAPSHOT'
version = '6.4.0'

apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blackduck-alert",
"version": "6.4.0-SIGQA14-SNAPSHOT",
"version": "6.4.0",
"description": "Alert UI",
"keywords": [
"blackduck",
Expand Down

0 comments on commit 20c17bd

Please sign in to comment.