Skip to content

Commit 68865f8

Browse files
committed
[#1935] Change properties to test ORM 7.0 snapshots
1 parent 96a3da5 commit 68865f8

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.6.0-SNAPSHOT
40+
hibernateOrmVersion = 7.0.0.Beta1
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.6.0.CR1
45+
hibernateOrmGradlePluginVersion = 7.0.0.Beta1
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)