Skip to content

Commit

Permalink
Merge pull request #72 from AtlasOfLivingAustralia/develop
Browse files Browse the repository at this point in the history
PR to include missing update to biocache-hubs 5.0
  • Loading branch information
sughics authored Nov 7, 2022
2 parents a4bd5f2 + 9b9c4c2 commit ba8dae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ext {
}
}

version "5.0"

version "5.0.1-SNAPSHOT"

group "au.org.ala"

Expand Down Expand Up @@ -124,7 +125,7 @@ dependencies {
}
//compile "org.grails.plugins:ala-admin-plugin:2.2", noCache
if (!inplace) {
compile "au.org.ala.plugins.grails:biocache-hubs:5.0-SNAPSHOT", noCache
compile "au.org.ala.plugins.grails:biocache-hubs:5.0", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:3.0", noCache
compile "org.grails.plugins:ala-bootstrap3:4.1.0", {
exclude group: 'au.org.ala', module: 'ala-cas-client'
Expand Down

0 comments on commit ba8dae2

Please sign in to comment.