File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 24
24
- name : Build and Test
25
25
uses : GabrielBB/xvfb-action@v1
26
26
with :
27
- run : mvn clean install
28
-
27
+ run : ./mvnw clean install
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
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
20
20
wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.jboss</groupId >
25
25
<artifactId >jboss-parent</artifactId >
26
- <version >40 </version >
26
+ <version >47 </version >
27
27
</parent >
28
28
29
29
<groupId >org.hibernate.tool</groupId >
126
126
127
127
<maven .compiler.target>17</maven .compiler.target>
128
128
<maven .compiler.source>17</maven .compiler.source>
129
-
129
+ < maven .min.version>3.9.7</ maven .min.version>
130
130
</properties >
131
131
132
132
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments