Skip to content

Commit

Permalink
Merge pull request #111 from jmesnil/upgrade_wildfly_33.0.2.Final
Browse files Browse the repository at this point in the history
Upgrade to WildFly 33.0.2.Final
  • Loading branch information
jmesnil authored Sep 17, 2024
2 parents b7793cc + 0fc9e4f commit beda2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
echo "## Testing archetypes ${ARCHETYPE_VERSION} with WildFly ${WILDFLY_VERSION}" >> $GITHUB_STEP_SUMMARY
- name: Download WildFly
run: |-
wget -q https://github.com/wildfly/wildfly/releases/download/${WILDFLY_VERSION}/wildfly-${WILDFLY_VERSION}.zip
unzip -q wildfly-${WILDFLY_VERSION}.zip
wget -q https://repository.jboss.org/org/wildfly/wildfly-dist/$WILDFLY_VERSION/wildfly-dist-$WILDFLY_VERSION.zip
unzip -q wildfly-dist-${WILDFLY_VERSION}.zip
JBOSS_HOME=$(pwd)/wildfly-${WILDFLY_VERSION}
echo "JBOSS_HOME=$JBOSS_HOME" >> "$GITHUB_ENV"
- name: Run Jakarta EE Webapp Archetype Tests
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
actually use these dependencies.
-->
<properties>
<version.wildfly.bom>33.0.1.Final</version.wildfly.bom>
<version.wildfly.bom>33.0.2.Final</version.wildfly.bom>
<version.wildfly.core>25.0.2.Final</version.wildfly.core>
<version.wildfly.maven.plugin>5.0.1.Final</version.wildfly.maven.plugin>

Expand Down

0 comments on commit beda2b6

Please sign in to comment.