Skip to content

Commit

Permalink
HBX-2950 Update JBoss parent to 47; Regenerate maven wrapper (to 3.9.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Jan 9, 2025
1 parent 336eefc commit f9b3503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
- name: Build and Test
uses: GabrielBB/xvfb-action@v1
with:
run: mvn clean install

run: ./mvnw clean install
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.
wrapperVersion=3.3.2
distributionType=bin
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.2/apache-maven-3.6.2-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>40</version>
<version>47</version>
</parent>

<groupId>org.hibernate.tool</groupId>
Expand Down Expand Up @@ -126,7 +126,7 @@

<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>

<maven.min.version>3.9.7</maven.min.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit f9b3503

Please sign in to comment.