Skip to content

Commit 1e00f24

Browse files
documentation: update the required maven version
(cherry picked from commit c5b6006)
1 parent 710def7 commit 1e00f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following dependencies to your Maven POM file to use the library:
5353

5454
## Building the code
5555

56-
1. Make sure you have [Apache Maven](http://maven.apache.org/) 3.0.4+ and JDK 11+ installed
56+
1. Make sure you have [Apache Maven](http://maven.apache.org/) 3.6.3+ and JDK 11+ installed
5757
2. Clone this repository locally
5858
3. Build the project by running ```mvn clean install``` in the project root directory
5959
4. Build and run the test JSP web application by running ```mvn pre-integration-test -Pdeploy-jsp-webapp -pl csrfguard-test/csrfguard-test-jsp``` or ```mvn -Pdeploy-jsp-webapp -pl csrfguard-test/csrfguard-test-jsp tomcat7:run```

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Add the following dependencies to your Maven POM file to use the library:
5555

5656
## Building the code
5757

58-
1. Make sure you have [Apache Maven](https://maven.apache.org/) 3.0.4+, JDK 1.8+ and respectively JDK 11+ for Jakarta installed
58+
1. Make sure you have [Apache Maven](https://maven.apache.org/) 3.6.3+, JDK 1.8+ and respectively JDK 11+ for Jakarta installed
5959
2. Clone this repository locally
6060
3. Build the project by running ```mvn clean install``` in the project root directory
6161
4. Build and run the test JSP web application by running one of the following commands:

0 commit comments

Comments
 (0)