Skip to content

Commit

Permalink
Merge tag 'v3.0.0' into develop
Browse files Browse the repository at this point in the history
Release 3.0.0:
 - Grails 5 Upgrade (#177)
 - Grails 6 Upgrade (#193)
 - Update to support JUnit 5 with embedded postgres (#198)
 - Update ALA security libraries to latest version (#194)
 - Integration of Micronaut HTTP client for tests (#195)
 - Introduce Flyway for integration tests (#196)
 - Various test and configuration fixes and optimisations (#197)
  • Loading branch information
sbearcsiro committed Apr 18, 2024
2 parents 8da2677 + 070c364 commit 36081da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
// }
//}

version "3.0.0-SNAPSHOT"
version "3.0.0"

group "au.org.ala"

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Mon Mar 02 16:40:48 AEDT 2020
grailsVersion=6.1.0
grailsGradlePluginVersion=6.1.0
version=0.1
version=3.0.0
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
Expand All @@ -10,4 +10,4 @@ gormVersion=8.0.0
#groovyVersion=3.0.11
#gorm.version=7.3.2
amazonAwsSdkVersion=1.12.418
alaSecurityLibsVersion=6.2.0
alaSecurityLibsVersion=6.2.0

0 comments on commit 36081da

Please sign in to comment.