From 5c9025d6dcecc9d3338460ccc5771cf133e74329 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Wed, 11 Dec 2024 19:52:33 -0500 Subject: [PATCH 1/5] add javaparser-core dependency --- build.gradle | 1 + gradle.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 49c15b97..0bbdcace 100644 --- a/build.gradle +++ b/build.gradle @@ -76,6 +76,7 @@ dependencies { documentation "org.codehaus.groovy:groovy:$groovyVersion" documentation "org.codehaus.groovy:groovy-ant:$groovyVersion" documentation "org.codehaus.groovy:groovy-templates:$groovyVersion" + documentation "com.github.javaparser:javaparser-core:$javaParserVersion" } diff --git a/gradle.properties b/gradle.properties index 6074dbe2..0a51eeb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,7 @@ groovyVersion=3.0.23 liquibaseVersion=4.19.0 liquibaseHibernateVersion=4.19.0 projectVersion=5.0.0-SNAPSHOT +javaParserVersion=3.15.14 websiteUrl=https://grails-plugins.github.io/grails-database-migration issueTrackerUrl=https://github.com/grails-plugins/grails-database-migration/issues From cbaf2861881703404718fdf1054f874a38f10423 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Wed, 18 Dec 2024 16:51:31 -0500 Subject: [PATCH 2/5] Update README.md for 5.0.0 release --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d319269..a066bc84 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Branches +**5.0.x** Version of the plugin compatible with Grails 6 and Liquibase 4.19 + **4.0.x** Version of the plugin compatible with Grails 5 and Liquibase 4.6 **3.x** Version of the plugin compatible with Grails 3 / 4 and Hibernate 5. @@ -28,6 +30,7 @@ One popular approach is to have a root changelog named changlog.groovy (or chang * 2.x: Grails 3 with Hibernate 4 * 3.x: Grails 3 with Hibernate 5 * 4.0.x Grails 5 +* 5.0.x Grails 6 ## Documentation * Latest https://grails.github.io/grails-database-migration/latest/ @@ -35,6 +38,7 @@ One popular approach is to have a root changelog named changlog.groovy (or chang * Grails 3 (Hibernate 4): https://grails.github.io/grails-database-migration/2.0.x/index.html * Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html * Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html +* Grails 6 (Hibernate 5): https://grails.github.io/grails-database-migration/5.0.x/index.html * Snapshot: https://grails.github.io/grails-database-migration/snapshot/index.html From bf1b895b2b7f723a5fb5a055d7221191a104cd0e Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Wed, 18 Dec 2024 22:18:27 +0000 Subject: [PATCH 3/5] [skip ci] Release v5.0.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0a51eeb7..aab7b2cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ grailsGradlePluginVersion=6.2.1 groovyVersion=3.0.23 liquibaseVersion=4.19.0 liquibaseHibernateVersion=4.19.0 -projectVersion=5.0.0-SNAPSHOT +projectVersion=5.0.0 javaParserVersion=3.15.14 websiteUrl=https://grails-plugins.github.io/grails-database-migration From 663f2974fba6d1fc058d832fe7027533df07f8cc Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Wed, 18 Dec 2024 22:20:53 +0000 Subject: [PATCH 4/5] chore: Bump version to 5.0.1-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index aab7b2cc..b8ae7b57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ grailsGradlePluginVersion=6.2.1 groovyVersion=3.0.23 liquibaseVersion=4.19.0 liquibaseHibernateVersion=4.19.0 -projectVersion=5.0.0 +projectVersion=5.0.1-SNAPSHOT javaParserVersion=3.15.14 websiteUrl=https://grails-plugins.github.io/grails-database-migration From 2d12e460f40720a9d9f0f5772644781e8b08caf3 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Wed, 18 Dec 2024 17:28:09 -0500 Subject: [PATCH 5/5] Update docs for 6.0.x for Grails 7 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a066bc84..c480d967 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Branches +**6.0.x** Version of the plugin compatible with Grails 7 and Liquibase 4.27 + **5.0.x** Version of the plugin compatible with Grails 6 and Liquibase 4.19 **4.0.x** Version of the plugin compatible with Grails 5 and Liquibase 4.6 @@ -31,6 +33,7 @@ One popular approach is to have a root changelog named changlog.groovy (or chang * 3.x: Grails 3 with Hibernate 5 * 4.0.x Grails 5 * 5.0.x Grails 6 +* 6.0.x Grails 7 ## Documentation * Latest https://grails.github.io/grails-database-migration/latest/ @@ -39,6 +42,7 @@ One popular approach is to have a root changelog named changlog.groovy (or chang * Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html * Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html * Grails 6 (Hibernate 5): https://grails.github.io/grails-database-migration/5.0.x/index.html +* Grails 7 (Hibernate 5): https://grails.github.io/grails-database-migration/6.0.x/index.html * Snapshot: https://grails.github.io/grails-database-migration/snapshot/index.html