File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
maven-resolver-named-locks-hazelcast Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >com.hazelcast</groupId >
5454 <artifactId >hazelcast</artifactId >
55- <version >5.0.2 </version >
55+ <version >5.1.1 </version >
5656 </dependency >
5757 <dependency >
5858 <groupId >javax.inject</groupId >
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ${esc.hash}${esc.hash} Installation/Testing
7272- Copy the following JARs from Maven Central to `${maven.home}/lib/ext/`:
7373 <pre class="source">
7474 ├── <a href="https://repo.maven.apache.org/maven2/org/apache/maven/resolver/${project.artifactId}/${project.version}/${project.artifactId}-${project.version}.jar">${project.artifactId}-${project.version}.jar</a>
75- └── <a href="https://repo.maven.apache.org/maven2/com/hazelcast/hazelcast/5.0.2 /hazelcast-5.0.2 .jar">hazelcast-5.0.2 .jar</a></pre>
75+ └── <a href="https://repo.maven.apache.org/maven2/com/hazelcast/hazelcast/5.1.1 /hazelcast-5.1.1 .jar">hazelcast-5.1.1 .jar</a></pre>
7676- Configure Hazelcast instance with `${maven.conf}/hazelcast.xml` or `${maven.conf}/hazelcast-client.xml` (if client used).
7777 See Hazelcast documentation, default Hazelcast configuration discovery is being used.
7878- Now start a multithreaded Maven build on your project and make sure `NamedSyncContextFactory` is being used.
Original file line number Diff line number Diff line change 2222<hazelcast-client xmlns =" http://www.hazelcast.com/schema/client-config"
2323 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2424 xsi : schemaLocation =" http://www.hazelcast.com/schema/client-config
25- https://www.hazelcast.com/schema/client-config/hazelcast-client-config-5.0 .xsd" >
25+ https://www.hazelcast.com/schema/client-config/hazelcast-client-config-5.1 .xsd" >
2626
2727 <cluster-name >maven-resolver-named</cluster-name >
2828 <instance-name >client</instance-name >
Original file line number Diff line number Diff line change 2222<hazelcast xmlns =" http://www.hazelcast.com/schema/config"
2323 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2424 xsi : schemaLocation =" http://www.hazelcast.com/schema/config
25- https://www.hazelcast.com/schema/config/hazelcast-config-5.0 .xsd" >
25+ https://www.hazelcast.com/schema/config/hazelcast-config-5.1 .xsd" >
2626
2727 <cluster-name >maven-resolver-named</cluster-name >
2828 <instance-name >server</instance-name >
You can’t perform that action at this time.
0 commit comments