Skip to content

Commit

Permalink
Merge pull request #254 from emmartins/253
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd authored Jan 8, 2024
2 parents ca163d5 + 9dab24d commit 3213db6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
<version.shade.plugin>3.2.4</version.shade.plugin>
<version.site.plugin>3.12.1</version.site.plugin>
<version.sonar.plugin>3.7.0.1746</version.sonar.plugin>
<version.source.plugin>3.3.0</version.source.plugin>
<!-- DO NOT UPGRADE SOURCE PLUGIN DEPENDENCY until https://issues.apache.org/jira/browse/MSOURCES-140 is resolved -->
<version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>${version.surefire}</version.surefire.plugin>
<version.surefire-report.plugin>${version.surefire}</version.surefire-report.plugin>
<version.failsafe.plugin>${version.surefire}</version.failsafe.plugin>
Expand Down

0 comments on commit 3213db6

Please sign in to comment.