Skip to content

Commit

Permalink
Merge pull request #29 from bstansberry/WFLY-18283
Browse files Browse the repository at this point in the history
[WFLY-18283] Update WildFly archetypes to WildFly 29
  • Loading branch information
emmartins authored Jul 26, 2023
2 parents 962b4d7 + 946ef20 commit 179b427
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- JBoss dependency versions -->
<version.wildfly.maven.plugin>4.1.0.Final</version.wildfly.maven.plugin>
<version.wildfly.maven.plugin>4.2.0.Final</version.wildfly.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>28.0.1.Final</version.jboss.bom>
<version.jboss.bom>29.0.0.Final</version.jboss.bom>

<!-- other plugin versions -->
<version.compiler.plugin>3.9.0</version.compiler.plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- JBoss dependency versions -->
<version.wildfly.maven.plugin>4.1.0.Final</version.wildfly.maven.plugin>
<version.wildfly.maven.plugin>4.2.0.Final</version.wildfly.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>28.0.1.Final</version.jboss.bom>
<version.jboss.bom>29.0.0.Final</version.jboss.bom>

<!-- other plugin versions -->
<version.compiler.plugin>3.9.0</version.compiler.plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This project was created from the archetype "wildfly-subsystem-archetype".

Documentation on Subsystems can be found here: https://docs.wildfly.org/28/Extending_WildFly.html
Documentation on Subsystems can be found here: https://docs.wildfly.org/29/Extending_WildFly.html

To deploy it:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<properties>
<version.wildfly.core>20.0.1.Final</version.wildfly.core>
<version.wildfly.core>21.1.0.Final</version.wildfly.core>
<version.junit>4.13.2</version.junit>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<module.name>${module}</module.name>
Expand Down

0 comments on commit 179b427

Please sign in to comment.