Skip to content

Commit

Permalink
Merge pull request #46 from AtlasOfLivingAustralia/release/4.0.2
Browse files Browse the repository at this point in the history
Release/4.0.2
  • Loading branch information
alexhuang091 authored Mar 8, 2021
2 parents e5cf91d + 1ccaf76 commit 0f71cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1"
version "4.0.2"

group "au.org.ala"

Expand Down Expand Up @@ -98,12 +98,12 @@ dependencies {
compile 'xml-apis:xml-apis:1.4.01' // really?

// ALA Plugins
compile "org.grails.plugins:ala-auth:3.1.0", noCache
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

if (!inplace) {
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.1", noCache
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.2", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.1.1", noCache
}
}
Expand Down

0 comments on commit 0f71cc3

Please sign in to comment.