diff --git a/microprofile-lra/README-source.adoc b/microprofile-lra/README-source.adoc
index 080288e049..a32da33411 100644
--- a/microprofile-lra/README-source.adoc
+++ b/microprofile-lra/README-source.adoc
@@ -184,19 +184,19 @@ Open the generated `pom.xml`.
The first thing to do is to change the minimum JDK to Java 11 and set the other relevant version properties:
-[source,xml]
+[source,xml,subs="attributes+"]
----
11
11
-31.0.0.Beta1
+{versionServer}
${version.server}
${version.server}
-6.0.0.Final
-4.2.1.Final
-10.0.0.Final
+{versionPackCloud}
+{versionPluginWildfly}
+{versionPluginWildflyJar}
----
Next we need to setup our dependencies. Add the following section to your
diff --git a/microprofile-lra/README.adoc b/microprofile-lra/README.adoc
index 5ee013c0a3..840c531266 100644
--- a/microprofile-lra/README.adoc
+++ b/microprofile-lra/README.adoc
@@ -1,7 +1,3 @@
-ifdef::env-github[]
-:artifactId: microprofile-lra
-endif::[]
-
//***********************************************************************************
// Enable the following flag to build README.html files for JBoss EAP product builds.
// Comment it out for WildFly builds.
@@ -1367,19 +1363,19 @@ Open the generated `pom.xml`.
The first thing to do is to change the minimum JDK to Java 11 and set the other relevant version properties:
-[source,xml]
+[source,xml,subs="attributes+"]
----
11
11
-31.0.0.Beta1
+{versionServer}
${version.server}
${version.server}
-6.0.0.Final
-4.2.1.Final
-10.0.0.Final
+{versionPackCloud}
+{versionPluginWildfly}
+{versionPluginWildflyJar}
----
Next we need to setup our dependencies. Add the following section to your
diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml
index 9706c5126a..3988283657 100644
--- a/microprofile-lra/pom.xml
+++ b/microprofile-lra/pom.xml
@@ -159,6 +159,21 @@
+
+
+ org.asciidoctor
+ asciidoctor-maven-plugin
+
+
+
+ ${version.server}
+ ${version.pack.cloud}
+ ${version.plugin.wildfly}
+ ${version.plugin.wildfly-jar}
+
+
+
+