Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
biocache-hubs version bump
  • Loading branch information
djtfmartin committed Oct 26, 2016
1 parent b1e5a09 commit 3d35119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.3.11
app.name=generic-hub
app.servlet.version=2.5
app.version=1.3.1
app.version=1.3.2
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ grails.project.dependency.resolution = {
compile ":cache-headers:1.1.6"
runtime ":resources:1.2.8"
runtime ":cached-resources:1.0"
runtime ":biocache-hubs:1.1.1"
runtime ":biocache-hubs:1.1.4"
}
}
3 changes: 2 additions & 1 deletion grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ environments {
// serverName='http://dev.ala.org.au:8080'
// security.cas.appServerName = serverName
// security.cas.contextPath = "/${appName}"
grails.resources.debug = true // cache & resources plugins
// Enabling grails.resources.debug breaks EYA dots on map
// grails.resources.debug = true // cache & resources plugins
}
test {
// grails.serverURL = 'http://biocache-test.ala.org.au'
Expand Down

0 comments on commit 3d35119

Please sign in to comment.