Skip to content

Commit

Permalink
Merge pull request #52 from jmesnil/jboss-parent-40
Browse files Browse the repository at this point in the history
Bump org.jboss:jboss-parent from 39 to 40
  • Loading branch information
jmesnil committed Oct 5, 2023
2 parents 15e1d54 + 825b29e commit bbc458e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: |-
mvn -B install verify --file pom.xml
mvn -B install --file pom.xml
echo "## Testing with Maven " >> $GITHUB_STEP_SUMMARY
echo "* :white_check_mark: Tests" >> $GITHUB_STEP_SUMMARY
- name: Determine Archetype & WildFly versions
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>39</version>
<version>40</version>
<relativePath />
</parent>

Expand Down

0 comments on commit bbc458e

Please sign in to comment.