Skip to content

Commit

Permalink
Release 4.0.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 18, 2019
1 parent 3c92f9c commit 2cef91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subprojects {
apply plugin:"org.grails.grails-web"
}
else if(isGrailsPlugin) {
apply from:"${commonBuild}/common-plugin.gradle"
apply from:"${commonBuild}/common-project.gradle"
apply from:"${commonBuild}/common-publishing.gradle"
}
else {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title=Grails Async Framework
authors=Graeme Rocher
projectVersion=4.0.0.BUILD-SNAPSHOT
projectVersion=4.0.0.RC2
projectDesc=Grails Async Libraries
projectUrl=https://github.com/grails/grails-async
githubSlug=grails/grails-async
Expand Down

0 comments on commit 2cef91b

Please sign in to comment.