Skip to content

Commit

Permalink
Merge pull request #62 from AtlasOfLivingAustralia/release/4.0.9
Browse files Browse the repository at this point in the history
Merge release/4.0.9 in to master
  • Loading branch information
nickdos authored Feb 21, 2022
2 parents f55bb42 + e150769 commit c1b9422
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ala-hub [![Build Status](https://travis-ci.com/AtlasOfLivingAustralia/ala-hub.svg?branch=develop&status=created)](https://travis-ci.com/github/AtlasOfLivingAustralia/ala-hub)
# ala-hub [![Build Status](https://travis-ci.com/AtlasOfLivingAustralia/ala-hub.svg?branch=develop)](https://travis-ci.com/github/AtlasOfLivingAustralia/ala-hub)


**ala-hub** is a Grails applications that provides the main view for the _Atlas of Living Australia_(ALA) [Occurrence search portal](http://biocache.ala.org.au/search) using [biocache-hub](https://github.com/AtlasOfLivingAustralia/biocache-hubs/) (Grails plugin) front-end.
**ala-hub** is a Grails applications that provides the main view for the _Atlas of Living Australia_(ALA) [Occurrence search interface](http://biocache.ala.org.au/search) using [biocache-hub](https://github.com/AtlasOfLivingAustralia/biocache-hubs/) (Grails plugin) front-end.

## Versions
The grails2 branch contains the 2.4.x series of the app compatible with Grails 2.x
Expand Down
9 changes: 7 additions & 2 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.8"
version "4.0.9"

group "au.org.ala"

Expand Down Expand Up @@ -105,7 +105,7 @@ dependencies {
compile "org.grails.plugins:ala-admin-plugin:2.2", noCache

if (!inplace) {
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.8", noCache
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.9", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.2.0", noCache
}
}
Expand All @@ -119,4 +119,9 @@ bootRun {
assets {
minifyJs = true
minifyCss = true
minifyOptions = [
languageMode: 'ES6',
targetLanguage: 'ES5',
optimizationLevel: 'SIMPLE'
]
}

0 comments on commit c1b9422

Please sign in to comment.