From 6df6d6c4034dfddbf457c502190ff5b70de354e5 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Fri, 27 Oct 2023 17:34:19 +0200 Subject: [PATCH] Update doc to 6.5.2.Final-SNAPSHOT --- docs/guide/examples/user-defined-feature-pack/content.adoc | 2 +- docs/guide/maven-plugins/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/examples/user-defined-feature-pack/content.adoc b/docs/guide/examples/user-defined-feature-pack/content.adoc index e83caefd..f710626d 100644 --- a/docs/guide/examples/user-defined-feature-pack/content.adoc +++ b/docs/guide/examples/user-defined-feature-pack/content.adoc @@ -25,7 +25,7 @@ Add the Maven plugin dependency in your pom.xml file : org.wildfly.galleon-plugins wildfly-galleon-maven-plugin - 6.5.1.Final + 6.5.2.Final-SNAPSHOT ---- diff --git a/docs/guide/maven-plugins/index.adoc b/docs/guide/maven-plugins/index.adoc index 23757cca..79084a6b 100644 --- a/docs/guide/maven-plugins/index.adoc +++ b/docs/guide/maven-plugins/index.adoc @@ -10,7 +10,7 @@ include::provision-dist/index.adoc[] org.wildfly.galleon-plugins wildfly-galleon-maven-plugin - 6.5.1.Final + 6.5.2.Final-SNAPSHOT ----