Skip to content

Commit

Permalink
Update maven versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Apr 19, 2024
1 parent e1168c6 commit e5b7712
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Building
Prerequisites:

* JDK 17+
* Maven 3.0.3+
* Maven 3.2.5+

Build and test the API:

Expand Down
2 changes: 1 addition & 1 deletion specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Building
Prerequisites:

* JDK 17+
* Maven 3.0.3+
* Maven 3.2.5+

Run the full build:

Expand Down
4 changes: 2 additions & 2 deletions tck/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This guide will help you build and run the TCK on a supported Jakarta EE Applica
### System Requirements
You will need to download and install the following software before you begin.

- [JDK 11 or higher](https://adoptopenjdk.net/?variant=openjdk11)
- [Maven 3.6.0 or higher](https://maven.apache.org/download.cgi)
- JDK 17 or higher
- [Maven 3.2.5 or higher](https://maven.apache.org/download.cgi)
- Jakarta EE Application Server or Container [Glassfish, Open Liberty, JBoss, WebLogic, etc.]

### Testing Framework
Expand Down

0 comments on commit e5b7712

Please sign in to comment.