Skip to content

Commit b73f9e0

Browse files
committed
[hibernate#1930] Change properties to test ORM 6.6 snapshots
1 parent 660700f commit b73f9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ enableSonatypeOpenSourceSnapshotsRep = true
3737
# Override default Hibernate ORM version
3838
# I'm not setting a version window here, because the examples will end up using the latest stable version
3939
# instead of the latest snapshot
40-
hibernateOrmVersion = 6.5.3-SNAPSHOT
40+
hibernateOrmVersion = 6.6.0-SNAPSHOT
4141

4242
# Override default Hibernate ORM Gradle plugin version
4343
# Using the stable version because I don't know how to configure the build to download the snapshot version from
4444
# a remote repository
45-
hibernateOrmGradlePluginVersion = 6.5.2.Final
45+
hibernateOrmGradlePluginVersion = 6.6.0.CR1
4646

4747
# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
4848
# this is required when using intervals or weird versions or the build will fail

0 commit comments

Comments
 (0)