Skip to content

Commit 89e87d6

Browse files
author
DABURON Vincent
committed
Update to Apache JMeter 5.5
1 parent 87a4edf commit 89e87d6

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central
6464
```xml
6565
<groupId>io.github.vdaburon</groupId>
6666
<artifactId>jmeter-graph-tool-maven-plugin</artifactId>
67-
<version>1.0</version>
67+
<version>1.1</version>
6868
```
6969
Just include the plugin in your `pom.xml` and execute `mvn jmeter-graph:create-graph`.
7070

@@ -76,7 +76,7 @@ Just include the plugin in your `pom.xml` and execute `mvn jmeter-graph:create-g
7676
<plugin>
7777
<groupId>io.github.vdaburon</groupId>
7878
<artifactId>jmeter-graph-tool-maven-plugin</artifactId>
79-
<version>1.0</version>
79+
<version>1.1</version>
8080
<configuration>
8181
<!-- see Filter Results Tool in jmeter-plugins.org -->
8282
<filterResultsTool>
@@ -244,7 +244,7 @@ You can also bind the graph-generation to a maven-phase, e.g. `verify`:
244244
<plugin>
245245
<groupId>io.github.vdaburon</groupId>
246246
<artifactId>jmeter-graph-tool-maven-plugin</artifactId>
247-
<version>1.0</version>
247+
<version>1.1</version>
248248
<executions>
249249
<execution>
250250
<id>create-graphs</id>
@@ -390,7 +390,7 @@ Use maven-phase `verify`
390390
<modelVersion>4.0.0</modelVersion>
391391
<groupId>io.github.vdaburon.jmeter</groupId>
392392
<artifactId>jm_maven</artifactId>
393-
<version>1.2</version>
393+
<version>1.3</version>
394394
<properties>
395395
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
396396
<maven.compiler.source>1.8</maven.compiler.source>
@@ -407,7 +407,7 @@ Use maven-phase `verify`
407407
<plugin>
408408
<groupId>com.lazerycode.jmeter</groupId>
409409
<artifactId>jmeter-maven-plugin</artifactId>
410-
<version>3.5.0</version>
410+
<version>3.6.1</version>
411411
<executions>
412412
<!-- Generate JMeter configuration -->
413413
<execution>
@@ -433,6 +433,10 @@ Use maven-phase `verify`
433433
-->
434434
</executions>
435435
<configuration>
436+
<testPlanLibraries>
437+
<!-- add libraries in JMETER_HOME/lib -->
438+
<artifact>mysql:mysql-connector-java:8.0.30</artifact>
439+
</testPlanLibraries>
436440
<jmeterExtensions>
437441
<artifact>kg.apc:jmeter-plugins-functions:2.1</artifact>
438442
<artifact>kg.apc:jmeter-plugins-casutg:2.9</artifact>
@@ -470,7 +474,7 @@ Use maven-phase `verify`
470474
<plugin>
471475
<groupId>io.github.vdaburon</groupId>
472476
<artifactId>jmeter-graph-tool-maven-plugin</artifactId>
473-
<version>1.0</version>
477+
<version>1.1</version>
474478
<executions>
475479
<execution>
476480
<id>create-graphs</id>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.vdaburon</groupId>
77
<artifactId>jmeter-graph-tool-maven-plugin</artifactId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
<packaging>maven-plugin</packaging>
1010
<name>JMeter Graph and Tool Maven Plugin</name>
1111
<description>A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.</description>
@@ -25,14 +25,14 @@
2525
<id>vdaburon</id>
2626
<name>Vincent DABURON</name>
2727
<roles>
28-
<role>Commiter</role>
28+
<role>Committer</role>
2929
</roles>
3030
</developer>
3131
<developer>
3232
<id>mlex</id>
3333
<name>Michael LEX</name>
3434
<roles>
35-
<role>Comitter until september 2021 before the fork </role>
35+
<role>Committer until september 2021 before the fork</role>
3636
</roles>
3737
</developer>
3838
</developers>
@@ -65,7 +65,7 @@
6565

6666
<properties>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<jmeter.version>5.4.1</jmeter.version>
68+
<jmeter.version>5.5</jmeter.version>
6969
</properties>
7070

7171
<dependencies>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>junit</groupId>
8686
<artifactId>junit</artifactId>
87-
<version>4.11</version>
87+
<version>4.13.2</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>commons-io</groupId>
9797
<artifactId>commons-io</artifactId>
98-
<version>2.8.0</version>
98+
<version>2.11.0</version>
9999
</dependency>
100100

101101
<!-- JMeter dependencies -->
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>kg.apc</groupId>
162162
<artifactId>jmeter-plugins-cmn-jmeter</artifactId>
163-
<version>0.6</version>
163+
<version>0.7</version>
164164
</dependency>
165165

166166
<dependency>
@@ -246,7 +246,7 @@
246246
<plugin>
247247
<groupId>org.sonatype.plugins</groupId>
248248
<artifactId>nexus-staging-maven-plugin</artifactId>
249-
<version>1.6.7</version>
249+
<version>1.6.13</version>
250250
<extensions>true</extensions>
251251
<configuration>
252252
<serverId>ossrh</serverId>
@@ -257,7 +257,7 @@
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259259
<artifactId>maven-plugin-plugin</artifactId>
260-
<version>3.6.1</version>
260+
<version>3.6.4</version>
261261
<executions>
262262
<execution>
263263
<id>default-descriptor</id>

0 commit comments

Comments
 (0)