diff --git a/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc b/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc
index 5743f794..02e337ea 100644
--- a/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc
+++ b/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc
@@ -147,14 +147,14 @@ it is recommended to add the following BOM to your project, *below the Quarkus B
io.quarkus.platform
quarkus-bom
- ${quarkus-version}
+ $\{quarkus-version}
pom
import
io.quarkiverse.artemis
quarkus-artemis-bom
- ${quarkus-artemis-version}
+ $\{quarkus-artemis-version}
pom
import
@@ -177,8 +177,8 @@ Once the BOM is added, simply add the `io.quarkiverse.artemis:quarkus-artemis-jm
----
-We recommend to set properties `quarkus.version` and `artemis.version` to the versions you are using/need to use.
-We also recommend to align `artemis.version` with the artemis server version used.
+We recommend to set properties `quarkus-version` and `artemis-version` to the versions you are using/need to use.
+We also recommend to align `artemis-version` with the artemis server version used.
If you are using `camel-quarkus`, we also recommend setting `camel-quarkus.platform.version` to the version of camel used.
diff --git a/docs/modules/ROOT/pages/quarkus-artemis-ra.adoc b/docs/modules/ROOT/pages/quarkus-artemis-ra.adoc
index 0ec2c963..e975fa96 100644
--- a/docs/modules/ROOT/pages/quarkus-artemis-ra.adoc
+++ b/docs/modules/ROOT/pages/quarkus-artemis-ra.adoc
@@ -25,14 +25,14 @@ it is recommended to add the following BOM to your project, *below the Quarkus B
io.quarkus.platform
quarkus-bom
- ${quarkus-version}
+ $\{quarkus-version}
pom
import
io.quarkiverse.artemis
quarkus-artemis-bom
- ${quarkus-artemis-version}
+ $\{quarkus-artemis-version}
pom
import
@@ -50,8 +50,8 @@ Once the BOM is added, simply add the `io.quarkiverse.artemis:quarkus-artemis-ra
----
-We recommend to set properties `quarkus.version` and `artemis.version` to the versions you are using/need to use.
-We also recommend to align `artemis.version` with the artemis server version used.
+We recommend to set properties `quarkus-version` and `artemis-version` to the versions you are using/need to use.
+We also recommend to align `artemis-version` with the artemis server version used.
== Configuration