Skip to content

Commit

Permalink
Merge pull request #194 from charvolant/1.4.2.1
Browse files Browse the repository at this point in the history
Version 1.4.2.1 stabilised authentication
  • Loading branch information
charvolant committed Jun 18, 2018
2 parents b7bf6ad + 6de8f6f commit 5f60192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
branches:
only:
- master
- 1.4.2.1
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}

version "1.4.2"
version "1.4.2.1"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -72,11 +72,11 @@ dependencies {
compile "org.jsoup:jsoup:1.8.3"
compile 'org.grails.plugins:external-config:1.1.1'

compile group: 'org.grails.plugins', name: 'ala-bootstrap3', version: '3.0.3', changing: true
compile(group: 'org.grails.plugins', name: 'ala-auth', version:'3.1.0-SNAPSHOT', changing: true) {
compile group: 'org.grails.plugins', name: 'ala-bootstrap3', version: '3.0.3'
compile(group: 'org.grails.plugins', name: 'ala-auth', version:'3.1.0') {
exclude group: 'javax.servlet', module: 'servlet-api'
}
compile group: 'org.grails.plugins', name: 'ala-admin-plugin', version: '2.0', changing: true
compile group: 'org.grails.plugins', name: 'ala-admin-plugin', version: '2.0'
compile "org.grails.plugins:grails-spring-websocket:2.3.0"
//compile "org.grails.plugins:rxjava2:2.0.0"
}
Expand Down

0 comments on commit 5f60192

Please sign in to comment.