Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed May 19, 2020
1 parent 6f7690b commit 24873ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Version 3.1.0-SNAPSHOT Release Notes (IN PROGRESS)
## Version 3.2.0-SNAPSHOT Release Notes (IN PROGRESS)

### Enhancements ###

### Bug Fixes ###

## Version 3.1.0 Release Notes (19 May 2020)

### Enhancements ###

Expand Down
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.0.0**, it requires Maven >= **3.5.2** and defaults to **Apache JMeter 5.2.1**.
The latest version is **3.1.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 @@ -51,7 +51,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.0.0</version>
<version>3.1.0</version>
<executions>
<!-- Generate JMeter configuration -->
<execution>
Expand Down

0 comments on commit 24873ae

Please sign in to comment.