@@ -29,7 +29,7 @@ To use the DSL just include it in your project:
2929<dependency >
3030 <groupId >us.abstracta.jmeter</groupId >
3131 <artifactId >jmeter-java-dsl</artifactId >
32- <version >1.1-SNAPSHOT </version >
32+ <version >1.1</version >
3333 <scope >test</scope >
3434</dependency >
3535```
@@ -224,7 +224,7 @@ By including the following module as a dependency:
224224<dependency >
225225 <groupId >us.abstracta.jmeter</groupId >
226226 <artifactId >jmeter-java-dsl-blazemeter</artifactId >
227- <version >1.1-SNAPSHOT </version >
227+ <version >1.1</version >
228228 <scope >test</scope >
229229</dependency >
230230```
@@ -299,7 +299,7 @@ In the same fashion as with BlazeMeter, just by including the following module a
299299<dependency >
300300 <groupId >us.abstracta.jmeter</groupId >
301301 <artifactId >jmeter-java-dsl-octoperf</artifactId >
302- <version >1.1-SNAPSHOT </version >
302+ <version >1.1</version >
303303 <scope >test</scope >
304304</dependency >
305305```
@@ -992,7 +992,7 @@ To use the module, you will need to include the following dependency in your pro
992992<dependency >
993993 <groupId >us.abstracta.jmeter</groupId >
994994 <artifactId >jmeter-java-dsl-elasticsearch-listener</artifactId >
995- <version >1.1-SNAPSHOT </version >
995+ <version >1.1</version >
996996 <scope >test</scope >
997997</dependency >
998998```
@@ -1109,7 +1109,7 @@ To use it, you need to add the following dependency:
11091109<dependency >
11101110 <groupId >us.abstracta.jmeter</groupId >
11111111 <artifactId >jmeter-java-dsl-dashboard</artifactId >
1112- <version >1.1-SNAPSHOT </version >
1112+ <version >1.1</version >
11131113 <scope >test</scope >
11141114</dependency >
11151115```
@@ -1972,7 +1972,7 @@ To use it, add the following dependency to your project:
19721972<dependency >
19731973 <groupId >us.abstracta.jmeter</groupId >
19741974 <artifactId >jmeter-java-dsl-parallel</artifactId >
1975- <version >1.1-SNAPSHOT </version >
1975+ <version >1.1</version >
19761976 <scope >test</scope >
19771977</dependency >
19781978```
@@ -2590,7 +2590,7 @@ When you want to test a GraphQL service, having properly set each field in an HT
25902590<dependency >
25912591 <groupId >us.abstracta.jmeter</groupId >
25922592 <artifactId >jmeter-java-dsl-graphql</artifactId >
2593- <version >1.1-SNAPSHOT </version >
2593+ <version >1.1</version >
25942594 <scope >test</scope >
25952595</dependency >
25962596```
@@ -2683,7 +2683,7 @@ Including the following dependency in your project:
26832683<dependency >
26842684 <groupId >us.abstracta.jmeter</groupId >
26852685 <artifactId >jmeter-java-dsl-jdbc</artifactId >
2686- <version >1.1-SNAPSHOT </version >
2686+ <version >1.1</version >
26872687 <scope >test</scope >
26882688</dependency >
26892689```
@@ -2931,7 +2931,7 @@ Include the module on your project:
29312931<dependency >
29322932 <groupId >us.abstracta.jmeter</groupId >
29332933 <artifactId >jmeter-java-dsl-wrapper</artifactId >
2934- <version >1.1-SNAPSHOT </version >
2934+ <version >1.1</version >
29352935 <scope >test</scope >
29362936</dependency >
29372937```
0 commit comments