diff --git a/build.gradle b/build.gradle index 867e16ba..83e2518a 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ ext { linkScmUrl = 'https://github.com/spring-projects/spring-amqp' linkScmConnection = 'git://github.com/spring-projects/spring-amqp.git' linkScmDevConnection = 'git@github.com:spring-projects/spring-amqp.git' - docResourcesVersion = '0.2.0.RELEASE' + docResourcesVersion = '0.2.1.RELEASE' modifiedFiles = files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }