Skip to content

Commit

Permalink
Changed version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
padcom committed Dec 24, 2011
1 parent 88981c8 commit 747df9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions RoutingJmsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import org.codehaus.groovy.grails.commons.ConfigurationHolder

class RoutingJmsGrailsPlugin {
def version = "1.1.4-SNAPSHOT"
def grailsVersion = "2.0.0.RC2 > *"
def version = "1.1.4"
def grailsVersion = "2.0.0 > *"
// the other plugins this plugin depends on
def dependsOn = [routing: '1.1.4-SNAPSHOT']
def dependsOn = [ routing: '1.1.4' ]
// resources that are excluded from plugin packaging
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand Down
10 changes: 5 additions & 5 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Grails Metadata file
#Sat Dec 03 18:43:55 CET 2011
app.grails.version=2.0.0.RC3
#Sat Dec 24 20:30:49 CET 2011
app.grails.version=2.0.0
app.name=routing-jms
plugins.release=1.0.0.RC3
plugins.routing=1.1.4-SNAPSHOT
plugins.svn=1.0.0.M1
plugins.release=1.0.0
plugins.routing=1.1.4
plugins.svn=1.0.1
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ grails.project.dependency.resolution = {
}

plugins {
runtime ":routing:1.1.4-SNAPSHOT"
runtime ":routing:1.1.4"
}
}

0 comments on commit 747df9a

Please sign in to comment.