Skip to content

Commit

Permalink
bump to next snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 29, 2014
1 parent 46cc9d0 commit e247f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourcesGrailsPlugin.groovy
Expand Up @@ -16,7 +16,7 @@ class ResourcesGrailsPlugin {
static DEFAULT_URI_PREFIX = 'static'
static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable()

def version = "1.2.9"
def version = "1.2.10-SNAPSHOT"
def grailsVersion = "1.3 > *"

def loadAfter = ['logging'] // retained to ensure correct loading under Grails < 2.0
Expand Down

0 comments on commit e247f0a

Please sign in to comment.