Skip to content

Commit

Permalink
0.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Jul 19, 2019
1 parent 194a4f3 commit 2004a2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
Binary file modified .asscache
Binary file not shown.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ buildscript {
classpath "gradle.plugin.com.energizedwork:idea-gradle-plugins:1.4"
classpath "org.grails.plugins:hibernate5:${gormVersion-".RELEASE"}"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.14.6"
classpath "org.postgresql:postgresql:$postgresVersion" // for flyway
}
}

plugins {
id "com.gorylenko.gradle-git-properties" version "1.4.17"
}

version "0.6.4"
version "0.6.5"
group "au.org.ala"

apply plugin:"eclipse"
Expand All @@ -39,6 +40,7 @@ repositories {
}

dependencies {
runtime "org.postgresql:postgresql:$postgresVersion"
compile "org.springframework.boot:spring-boot-starter-logging"
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"
Expand Down Expand Up @@ -76,13 +78,13 @@ dependencies {
testRuntime "org.seleniumhq.selenium:selenium-api:3.6.0"
compile group: 'org.grails.plugins', name: 'ala-auth', version: '3.1.0', changing: true
compile group: 'org.grails.plugins', name: 'ala-ws-plugin', version: '2.0', changing: true
compile group: 'org.grails.plugins', name: 'ala-bootstrap3', version: '3.0.6', changing: true
compile group: 'org.grails.plugins', name: 'ala-bootstrap3', version: '3.2.0', changing: true
compile group: 'org.grails.plugins', name: 'ala-admin-plugin', version: '2.1', changing: true



compile group: 'au.org.ala', name: 'ala-name-matching', version: '3.3', changing: true
compile group: 'postgresql', name: 'postgresql', version: '9.1-901.jdbc4', changing: true

compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6', changing: true
compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.6', changing: true
compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.6', changing: true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grailsVersion=3.3.2
gormVersion=6.1.8.RELEASE
gradleWrapperVersion=3.5

postgresVersion=42.2.1
app.dataDir=test
15 changes: 0 additions & 15 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
---
#security:
# cas:
# appServerName: http://dev.ala.org.au:8080
# uriFilterPattern: /paths/.*,/that,/require/.*,/auth.*
# uriExclusionFilterPattern: /assets/.*,/images/.*,/css/.*,/js/.*,/less/.*
# authenticateOnlyIfLoggedInPattern:
#
#server:
# contextPath: '/phylolink'
#
#map:
# mapbox:
# id: nickdos.kf2g7gpb
# token: pk.eyJ1Ijoibmlja2RvcyIsImEiOiJ2V2dBdEg0In0.Ep2VyMOaOUnOwN1ZVa9uyQ

app:
dataDir: /data/
#skin:
Expand Down

0 comments on commit 2004a2b

Please sign in to comment.