Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to WildFly 33.0.2.Final #111

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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