Skip to content

Commit

Permalink
Update to 1.2.8-SNAPSHOT version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter N. Steinmetz authored and Peter N. Steinmetz committed Apr 6, 2014
1 parent bf186e3 commit f57b39d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ResourcesGrailsPlugin.groovy
Expand Up @@ -16,11 +16,7 @@ class ResourcesGrailsPlugin {
static DEFAULT_URI_PREFIX = 'static'
static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable()

<<<<<<< HEAD
def version = "1.2.2-SNAPSHOT"
=======
def version = "1.2.7"
>>>>>>> refs/heads/main-master
def version = "1.2.8-SNAPSHOT"
def grailsVersion = "1.3 > *"

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

0 comments on commit f57b39d

Please sign in to comment.