Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a0417fb

Browse files
committed
Update Grails 7 version to 9.0.x and point to new documentation location
(cherry picked from commit 3ce0df9) (cherry picked from commit 4c0fc6b)
1 parent af54121 commit a0417fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

grails-database-migration/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Branches
66

7-
**6.0.x** Version of the plugin compatible with Grails 7 and Liquibase 4.27
7+
**9.0.x** Version of the plugin compatible with Grails 7 and Liquibase 4.27
88

99
**5.0.x** Version of the plugin compatible with Grails 6 and Liquibase 4.19
1010

@@ -33,17 +33,17 @@ One popular approach is to have a root changelog named changlog.groovy (or chang
3333
* 3.x: Grails 3 with Hibernate 5
3434
* 4.0.x Grails 5
3535
* 5.0.x Grails 6
36-
* 6.0.x Grails 7
36+
* 9.0.x Grails 7
3737

3838
## Documentation
39-
* Latest https://grails.github.io/grails-database-migration/latest/
39+
* Latest https://gorm.grails.org/latest/hibernate/manual/#_grails_database_migration_plugin
4040
* Grails 2: https://grails.github.io/grails-database-migration/docs/manual/index.html
4141
* Grails 3 (Hibernate 4): https://grails.github.io/grails-database-migration/2.0.x/index.html
4242
* Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html
4343
* Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html
4444
* Grails 6 (Hibernate 5): https://grails.github.io/grails-database-migration/5.0.x/index.html
45-
* Grails 7 (Hibernate 5): https://grails.github.io/grails-database-migration/6.0.x/index.html
46-
* Snapshot: https://grails.github.io/grails-database-migration/snapshot/index.html
45+
* Grails 7 (Hibernate 5): https://gorm.grails.org/9.0.x/hibernate/manual/#_grails_database_migration_plugin
46+
* Snapshot: https://gorm.grails.org/snapshot/hibernate/manual/#_grails_database_migration_plugin
4747

4848

4949
## Package distribution

0 commit comments

Comments
 (0)