Skip to content

Commit

Permalink
Update README.md to use 3.2.0 in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Dec 18, 2020
1 parent 618363c commit 3a4cc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the [CHANGELOG](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/b

All the documentation you need to configure the plugin is available on the [Github Wiki](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki).

The latest version is **3.1.2**, it requires Maven >= **3.5.2** and defaults to **Apache JMeter 5.2.1**.
The latest version is **3.2.0**, it requires Maven >= **3.5.2** and defaults to **Apache JMeter 5.2.1**.

This plugin requires a JDK between **8** and **11**. If using Java 11, ensure you use recent version to avoid facing this [Bug](https://bugs.openjdk.java.net/browse/JDK-8210005), also read [This](https://stackoverflow.com/a/52510406/460802).

Expand Down Expand Up @@ -57,7 +57,7 @@ Add the plugin to the build section of your pom's project :
<plugin>
<groupId>com.lazerycode.jmeter</groupId>
<artifactId>jmeter-maven-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<executions>
<!-- Generate JMeter configuration -->
<execution>
Expand Down

0 comments on commit 3a4cc3f

Please sign in to comment.