Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Jan 14, 2025
1 parent 30c2344 commit 342d876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
xhReleaseVersion=27.0-SNAPSHOT

grailsVersion=6.2.0
grailsGradlePluginVersion=6.2.0
grailsVersion=6.2.3
grailsGradlePluginVersion=6.2.3

gormVersion=8.1.0
gormVersion=8.1.2
grailsHibernatePluginVersion=8.1.0

groovyVersion=3.0.21
hazelcast.version=5.3.7
groovyVersion=3.0.23
hazelcast.version=5.5.0
logback.version=1.2.7

org.gradle.daemon=true
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/hazelcast-hibernate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-5.3.xsd">
http://www.hazelcast.com/schema/config/hazelcast-config-5.5.xsd">

<instance-name>${io.xh.hoist.hzInstanceName} </instance-name>
</hazelcast>

0 comments on commit 342d876

Please sign in to comment.