From 456568caa2270a1a85d0d05ba3173e29fd17306e Mon Sep 17 00:00:00 2001 From: Jean Francois Denise Date: Wed, 3 Apr 2024 13:28:19 +0200 Subject: [PATCH] Update doc to 7.0.0.Beta8-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 cc374c0b..f0134732 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 - 7.0.0.Beta7 + 7.0.0.Beta8-SNAPSHOT ---- diff --git a/docs/guide/maven-plugins/index.adoc b/docs/guide/maven-plugins/index.adoc index cfab8f1f..db8bcc44 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 - 7.0.0.Beta7 + 7.0.0.Beta8-SNAPSHOT ----