Skip to content

Commit

Permalink
documentation: update the required maven version
Browse files Browse the repository at this point in the history
(cherry picked from commit c5b6006)
  • Loading branch information
forgedhallpass committed Aug 19, 2024
1 parent 710def7 commit 1e00f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following dependencies to your Maven POM file to use the library:

## Building the code

1. Make sure you have [Apache Maven](http://maven.apache.org/) 3.0.4+ and JDK 11+ installed
1. Make sure you have [Apache Maven](http://maven.apache.org/) 3.6.3+ and JDK 11+ installed
2. Clone this repository locally
3. Build the project by running ```mvn clean install``` in the project root directory
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```
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add the following dependencies to your Maven POM file to use the library:

## Building the code

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

0 comments on commit 1e00f24

Please sign in to comment.