Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vert.x dependency version to 5.0.0.CR2 #1409

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/modules/integrate/pages/integrate-with-vertx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ There are 2 modules to choose from:

To use the Vert.x Hazelcast Enterprise Cluster Manager, add the following dependency to your Vert.x application:

NOTE: The version `5.0.0.CR2` is a candidate release. A GA version will be released once Vert.x itself goes GA.

[source,xml]
----
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>vertx-hazelcast-enterprise</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR2</version>
</dependency>
----

Expand All @@ -45,7 +47,8 @@ The dependency is located in the Hazelcast private repository, and you need to a
</repositories>
----

Alternatively, if you need to use a snapshot version:
Alternatively, if you need to use a snapshot version (you should never use a snapshot version in production,
but it might be useful to test if an issue has been fixed):

[source,xml]
----
Expand Down
Loading