Skip to content

Commit 71d8058

Browse files
committed
Upgrade to Grace Data 2023.3.0
Closes gh-59
1 parent d85f21c commit 71d8058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext."signing.password" = project.hasProperty("signing.password") ? project.getPr
1414
ext."signing.secretKeyRingFile" = project.hasProperty("signing.secretKeyRingFile") ? project.getProperty('signing.secretKeyRingFile') : ("${System.properties['user.home']}${File.separator}.gnupg${File.separator}secring.gpg")
1515
ext.isReleaseVersion = !projectVersion.endsWith("SNAPSHOT")
1616

17-
// Build with the current version of GORM
17+
// Overriding GORM versions in Grace Bom
1818
ext['grace-gorm.version'] = project.gormVersion
1919
ext['grace-gorm-hibernate.version'] = project.gormHibernateVersion
2020
ext['grace-plugin-hibernate.version'] = project.gormHibernateVersion

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectVersion=6.3.0-SNAPSHOT
22
graceVersion=2023.3.0-RC2
3-
gormVersion=2023.3.0-RC1
3+
gormVersion=2023.3.0
44
gormHibernateVersion=2023.3.0-RC1
55
org.gradle.parallel=true
66
org.gradle.caching=true

0 commit comments

Comments
 (0)