Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
using ala-bootstrap3:3.2.0 and biocache-hubs:2.1.1
  • Loading branch information
temi committed Jul 17, 2019
1 parent 61047b1 commit 4418ac3
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 "3.2.0-SNAPSHOT"
version "3.2.0"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -98,11 +98,11 @@ dependencies {

// ALA Plugins
compile "org.grails.plugins:ala-auth:3.1.0", noCache
runtime "org.grails.plugins:ala-bootstrap3:3.2.0-SNAPSHOT", noCache
runtime "org.grails.plugins:ala-bootstrap3:3.2.0", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.0.7.1", noCache

if (!inplace) {
runtime "au.org.ala.plugins.grails:biocache-hubs:2.1.1-SNAPSHOT", noCache
runtime "au.org.ala.plugins.grails:biocache-hubs:2.1.1", noCache
}
}

Expand Down

0 comments on commit 4418ac3

Please sign in to comment.