We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a217645 commit 976b85bCopy full SHA for 976b85b
ResourcesGrailsPlugin.groovy
@@ -22,7 +22,7 @@ class ResourcesGrailsPlugin {
22
static DEFAULT_URI_PREFIX = 'static'
23
static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable()
24
25
- def version = "1.2.RC2-SNAPSHOT"
+ def version = "1.2.RC2"
26
def grailsVersion = "1.3 > *"
27
28
def loadAfter = ['logging'] // retained to ensure correct loading under Grails < 2.0
0 commit comments