From 9dab24d19f34c5042534cea80fbc0f4805177650 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Mon, 8 Jan 2024 11:25:52 +0000 Subject: [PATCH] Downgrades Maven Sources plugin to 3.2.1, and adds #253 regression test --- .github/workflows/build.yml | 7 +++++++ pom.xml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a210952..f67de7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,13 @@ jobs: git diff pom.xml mvn -B -ntp install -Djava11.home=${{env.JAVA_HOME_11_X64}} + - name: Test WildFly Common for no regression of #253 + run: | + cd wildfly-common + mvn -B -ntp versions:update-parent -DallowSnapshots=true -N + git diff pom.xml + mvn -B -ntp package install -Djava11.home=${{env.JAVA_HOME_11_X64}} + - name: Check out WildFly Maven Plugin uses: actions/checkout@v4 with: diff --git a/pom.xml b/pom.xml index 135e950..f728824 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,8 @@ 3.2.4 3.12.1 3.7.0.1746 - 3.3.0 + + 3.2.1 ${version.surefire} ${version.surefire} ${version.surefire}