Skip to content

Commit

Permalink
rmd-23648 Bump version to 0.6.0
Browse files Browse the repository at this point in the history
* Stop using global properties to configure the plugin and fully use the
veracodeSetup extension instead.

* Retrieve flaw report summary in workflow tasks and add option to fail
the build if there are new flaws introduced.
  • Loading branch information
David Gamba committed Feb 22, 2018
1 parent 5602934 commit 9d19337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {
}
}
dependencies {
classpath 'gradle.plugin.com.calgaryscientific.gradle:veracodePlugin:0.5.0'
classpath 'gradle.plugin.com.calgaryscientific.gradle:veracodePlugin:0.6.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'java-gradle-plugin'
apply plugin: 'com.gradle.plugin-publish'

group = 'com.calgaryscientific.gradle'
version = '0.5.0'
version = '0.6.0'
sourceCompatibility = 1.7

dependencies {
Expand Down

0 comments on commit 9d19337

Please sign in to comment.