Skip to content

Commit

Permalink
Release 2.5.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Mar 25, 2015
1 parent 6b4be03 commit dd3cb36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archivesBaseName = "grails-docs"

ext.checkOutDir = "${buildDir.path}/checkout"
ext.outputDir = "${buildDir.path}/docs"
ext.githubBranch = "2.4.x"
ext.githubBranch = "2.5.x"

ext.explicitGrailsHome = System.getProperty("grails.home")
ext.grailsHome = explicitGrailsHome ? file(explicitGrailsHome).absolutePath : "$checkOutDir/grails-src"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grails.version=2.4.5
grails.version=2.5.0
6 changes: 3 additions & 3 deletions resources/doc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ api.org.springframework=http://docs.spring.io/spring/docs/4.0.x/javadoc-api
api.javax.servlet=http://download.oracle.com/javaee/1.4/api
api.java.=http://docs.oracle.com/javase/6/docs/api
api.groovy.=http://docs.groovy-lang.org/docs/latest/html/api
api.org.codehaus.groovy.grails=http://grails.org/doc/2.4.x/api
api.grails.=http://grails.org/doc/2.4.x/api
api.org.grails.=http://grails.org/doc/2.4.x/api
api.org.codehaus.groovy.grails=http://grails.org/doc/2.5.x/api
api.grails.=http://grails.org/doc/2.5.x/api
api.org.grails.=http://grails.org/doc/2.5.x/api

# Regular expression to parse out source code
source.tag.regex=/\s*?def\s+?[a-zA-Z]+?\s*?=\s*?\{\s*?attrs\s*?,{0,1}\s*?body{0,1}\s*?->.+?/

0 comments on commit dd3cb36

Please sign in to comment.