Skip to content

Commit 669d123

Browse files
marko-bekhtakoentsje
authored andcommitted
HBX-2950 Update JBoss parent to 47; Regenerate maven wrapper (to 3.9.7)
1 parent 336eefc commit 669d123

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
- name: Build and Test
2525
uses: GabrielBB/xvfb-action@v1
2626
with:
27-
run: mvn clean install
28-
27+
run: ./mvnw clean install

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=bin
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.2/apache-maven-3.6.2-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
2020
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss</groupId>
2525
<artifactId>jboss-parent</artifactId>
26-
<version>40</version>
26+
<version>47</version>
2727
</parent>
2828

2929
<groupId>org.hibernate.tool</groupId>
@@ -126,7 +126,7 @@
126126

127127
<maven.compiler.target>17</maven.compiler.target>
128128
<maven.compiler.source>17</maven.compiler.source>
129-
129+
<maven.min.version>3.9.7</maven.min.version>
130130
</properties>
131131

132132
<dependencyManagement>

0 commit comments

Comments
 (0)