Skip to content

Commit

Permalink
Merge pull request #66 from AtlasOfLivingAustralia/release/4.0.10
Browse files Browse the repository at this point in the history
Release/4.0.10
  • Loading branch information
nickdos authored Apr 1, 2022
2 parents c1b9422 + ed80772 commit 16f148a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id "com.gorylenko.gradle-git-properties" version "1.4.17"
}

version "4.0.9"
version "4.0.10"

group "au.org.ala"

Expand Down Expand Up @@ -56,7 +56,7 @@ if (inplace) {
plugins {
// When not inplace used, the dependencies below are managed by biocache-hubs plugin
compile project(':biocache-hubs')
compile project(':downloads-plugin')
// compile project(':downloads-plugin')
// compile project(':ala-charts-plugin')
// compile project(':images-client-plugin')
// compile project(':ala-bootstrap3')
Expand Down Expand Up @@ -103,10 +103,10 @@ dependencies {
compile "org.grails.plugins:ala-auth:3.1.3", noCache
compile "org.grails.plugins:ala-bootstrap3:3.2.3", noCache
compile "org.grails.plugins:ala-admin-plugin:2.2", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.2.1", noCache

if (!inplace) {
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.9", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.2.0", noCache
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.10", noCache
}
}

Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/error.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</g:if>
</g:else>
<ul class="errors">
<li>If this problem persists, please send an email to <a href="mailto:[email protected]?subject=Reporting error on page: ${request.serverName}${request.forwardURI}">[email protected]</a> and include the URL to this page.</li>
<li>If this problem persists, please send an email to <a href="mailto:${grailsApplication.config.supportEmail ?: '[email protected]'}?subject=Reporting error on page: ${request.serverName}${request.forwardURI}">${grailsApplication.config.supportEmail ?: '[email protected]'}</a> and include the URL to this page.</li>
</ul>

</body>
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ boolean inplace = false
if (inplace) {
include ':biocache-hubs'
project(':biocache-hubs').projectDir = new File(settingsDir,'../biocache-hubs')
include ':downloads-plugin'
project(':downloads-plugin').projectDir = new File(settingsDir,'../downloads-plugin')
// include ':downloads-plugin'
// project(':downloads-plugin').projectDir = new File(settingsDir,'../downloads-plugin')
// include ':ala-charts-plugin'
// project(':ala-charts-plugin').projectDir = new File(settingsDir,'../ala-charts-plugin')
// include ':images-client-plugin'
Expand Down

0 comments on commit 16f148a

Please sign in to comment.