From 0fc9e4f9a60d533805a1aef368d1f6f079ce18dc Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Tue, 17 Sep 2024 15:37:45 +0200 Subject: [PATCH] Upgrade to WildFly 33.0.2.Final 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 --- .github/workflows/maven.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0f701d3..87782b0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 diff --git a/pom.xml b/pom.xml index 1f66333..74fd36e 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ actually use these dependencies. --> - 33.0.1.Final + 33.0.2.Final 25.0.2.Final 5.0.1.Final