Skip to content

Commit 622cb33

Browse files
committed
HV-2026 Use Maven 3.9.8 as a required minimum version for the build
1 parent cc868b7 commit 622cb33

File tree

6 files changed

+172
-131
lines changed

6 files changed

+172
-131
lines changed

.mvn/wrapper/maven-wrapper.jar

481 Bytes
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=bin
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
20+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the Apache Software License 2.0. Refer to license.txt for more information.
7272
## Build from Source
7373

7474
You can build Hibernate Validator from source by cloning the git repository `git://github.com/hibernate/hibernate-validator.git`.
75-
You will also need a JDK 17+ and Maven 3 (>= 3.9.6). With these prerequisites in place you can compile the source via:
75+
You will also need a JDK 17+ and Maven 3 (>= 3.9.8). With these prerequisites in place you can compile the source via:
7676

7777
mvn clean install
7878

0 commit comments

Comments
 (0)