Skip to content

Commit 9974b7f

Browse files
author
DABURON Vincent
committed
Version 6.1, Use new library har-to-jmeter-convertor 6.1 to correct a NullPointerException when creating the Recording XML file.
1 parent b2bc48e commit 9974b7f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,15 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central
202202
```xml
203203
<groupId>io.github.vdaburon</groupId>
204204
<artifactId>har-convertor-jmeter-plugin</artifactId>
205-
<version>6.0</version>
205+
<version>6.1</version>
206206
```
207207

208208
## License
209209
Licensed under the Apache License, Version 2.0
210210

211211
## Versions
212+
Version 6.1 date 2025-01-28, Use new library har-to-jmeter-convertor 6.1 to correct a NullPointerException when creating the Recording XML file.
213+
212214
Version 6.0 date 2024-09-19, Use new library har-to-jmeter-convertor 6.0 for adding 'HTTP(S) Test Script Recorder' and 'View Results Tree' to view the Record.xml file created. Correct save file no url encoded name.
213215

214216
Version 5.3 date 2024-09-13, Use new library har-to-jmeter-convertor 5.3 that correct PUT with no parameter, no content and mime-type == null

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.vdaburon</groupId>
88
<artifactId>har-convertor-jmeter-plugin</artifactId>
9-
<version>6.0</version>
9+
<version>6.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Apache JMeter Plugin to convert a HAR file to a JMeter script and Record XML</name>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>io.github.vdaburon</groupId>
8484
<artifactId>har-to-jmeter-convertor</artifactId>
85-
<version>6.0</version>
85+
<version>6.1</version>
8686
</dependency>
8787
</dependencies>
8888

0 commit comments

Comments
 (0)