Skip to content

Commit

Permalink
Version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpalmer committed Sep 25, 2012
1 parent 39730d1 commit 5d83f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions ZippedResourcesGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

class ZippedResourcesGrailsPlugin {
def version = "1.0"
def version = "1.0.1"

def grailsVersion = "1.2 > *"

def dependsOn = [resources:'1.0.RC3 > *']
def grailsVersion = "1.3 > *"

def loadAfter = ['resources']

Expand Down
4 changes: 3 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ grails.project.dependency.resolution = {

// runtime 'mysql:mysql-connector-java:5.1.5'
}

plugins {
runtime(":resources:1.1.6")
}
}

0 comments on commit 5d83f83

Please sign in to comment.