Skip to content

Commit

Permalink
Update doc to 6.5.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Nov 2, 2023
1 parent 548127b commit d71b4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/examples/user-defined-feature-pack/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the Maven plugin dependency in your pom.xml file :
<dependency>
<groupId>org.wildfly.galleon-plugins</groupId>
<artifactId>wildfly-galleon-maven-plugin</artifactId>
<version>6.5.3.Final-SNAPSHOT</version>
<version>6.5.3.Final</version>
</dependency>
</dependencies>
----
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/maven-plugins/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include::provision-dist/index.adoc[]
<dependency>
<groupId>org.wildfly.galleon-plugins</groupId>
<artifactId>wildfly-galleon-maven-plugin</artifactId>
<version>6.5.3.Final-SNAPSHOT</version>
<version>6.5.3.Final</version>
</dependency>
----

Expand Down

0 comments on commit d71b4ca

Please sign in to comment.