Skip to content

Commit

Permalink
Upgrade to WildFly 33.0.2.Final
Browse files Browse the repository at this point in the history
For testing download the WildFly zip archives from the Maven repository so that we do not
have to wait for the release to be published on GitHub to test and release the
archetypes

Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Sep 17, 2024
1 parent b7793cc commit 0fc9e4f
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 0fc9e4f

Please sign in to comment.