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}