Skip to content

Commit

Permalink
Upgrade to grails 2.1.1 and release plugin 2.0.4, remove static on ti…
Browse files Browse the repository at this point in the history
…mer as it caused issues with testing
  • Loading branch information
bluesliverx committed Oct 30, 2012
1 parent 0d9adb2 commit 5899290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions application.properties
@@ -1,6 +1,6 @@
#Grails Metadata file
#Wed Oct 24 17:48:46 MDT 2012
app.grails.version=2.0.3
#Tue Oct 30 15:47:26 MDT 2012
app.grails.version=2.1.1
app.name=ExternalConfigReload
plugins.hibernate=2.0.3
plugins.tomcat=2.0.3
plugins.hibernate=2.1.1
plugins.tomcat=2.1.1
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -68,7 +68,7 @@ grails.project.dependency.resolution = {
test ':spock:0.6', {
export = false
}
build (':release:2.0.0') {
build (':release:2.0.4') {
export = false
excludes 'rest-client-builder'
}
Expand Down
Expand Up @@ -8,7 +8,7 @@ class ReloadConfigService {
def grailsApplication
List files
Date lastTimeChecked
static ReloadableTimer timer
ReloadableTimer timer
Boolean automerge

// Notify plugins list - add external-config-reload automatically
Expand Down

0 comments on commit 5899290

Please sign in to comment.