Skip to content

Commit

Permalink
Merge pull request #210 from jamezp/wfmp-upgrade-ee11
Browse files Browse the repository at this point in the history
Upgrade the wildfly-maven-plugin to 5.1.0.Beta2 where required.
  • Loading branch information
jamezp authored Dec 12, 2024
2 parents b5865b2 + 6405064 commit a4d44c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<version.org.jboss.weld>6.0.0.Beta4</version.org.jboss.weld>
<resteasy.version>7.0.0.Alpha4</resteasy.version>
<version.org.wildfly.arquillian>5.1.0.Beta6</version.org.wildfly.arquillian>
<wildfly.plugin.version>5.0.1.Final</wildfly.plugin.version>
<wildfly.plugin.version>5.1.0.Beta2</wildfly.plugin.version>

<!-- Left blank to default to the latest version of WildFly -->
<version.org.wildfly/>
Expand Down
2 changes: 1 addition & 1 deletion security/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<!-- Versions -->
<wildfly.plugin.version>5.0.0.Final</wildfly.plugin.version>
<wildfly.plugin.version>5.1.0.Beta2</wildfly.plugin.version>

<!-- Build Properties -->
<wildfly.home>${project.build.directory}/wildfly</wildfly.home>
Expand Down
2 changes: 1 addition & 1 deletion servlet-tck/tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version.org.jboss.slf4j.slf4j-jboss-logmanager>2.0.1.Final</version.org.jboss.slf4j.slf4j-jboss-logmanager>

<version.org.wildfly.arquillian>5.1.0.Beta6</version.org.wildfly.arquillian>
<version.wildfly-maven-plugin>5.0.1.Final</version.wildfly-maven-plugin>
<version.wildfly-maven-plugin>5.1.0.Beta2</version.wildfly-maven-plugin>

<!-- Left blank to default to the latest version of WildFly -->
<version.org.wildfly/>
Expand Down

0 comments on commit a4d44c0

Please sign in to comment.