Skip to content

Commit 0ddc295

Browse files
alicecaronrolnico
authored andcommitted
Fix maven minimum version recommended in the readme (powsybl#3742)
Fix maven minimum version recommended in the readme (powsybl#3742) * Fix maven minimum version recommended in the readme * Update README.md --------- Signed-off-by: CARON Alice <alice.caron@rte-france.com> Co-authored-by: Nicolas Rol <nicolas.rol@rte-france.com> Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
1 parent 6206db9 commit 0ddc295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ https://github.com/powsybl/powsybl-gse page.
4646

4747
Powsybl-core project is fully written in Java, so you only need few requirements:
4848
- JDK *(21 or greater)*
49-
- Maven *(3.8.1 or greater, 3.9.x recommended)* - you could use the embedded maven wrapper instead if you prefer (see [Using Maven Wrapper](#using-maven-wrapper))
49+
- Maven *(3.9.9 or greater)* - you could use the embedded maven wrapper instead if you prefer (see [Using Maven Wrapper](#using-maven-wrapper))
5050

5151
To run all the tests, simply launch the following command from the root of the repository:
5252
```

0 commit comments

Comments
 (0)