Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tilln committed Apr 13, 2021
1 parent 6433272 commit 7922632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@ Under tab "Available Plugins", select "ISO8583 Sampler", then click "Apply Chang

### Via Package from [JMeter-Plugins.org](https://jmeter-plugins.org/)

Extract the [zip package](https://jmeter-plugins.org/files/packages/tilln-iso8583-1.1.zip) into JMeter's root directory, then restart JMeter.
Extract the [zip package](https://jmeter-plugins.org/files/packages/tilln-iso8583-1.2.zip) into JMeter's root directory, then restart JMeter.

### Via Manual Download

1. Copy the [jmeter-iso8583 jar file](https://github.com/tilln/jmeter-iso8583/releases/download/1.1/jmeter-iso8583-1.1.jar) into JMeter's `lib/ext` directory.
1. Copy the [jmeter-iso8583 jar file](https://github.com/tilln/jmeter-iso8583/releases/download/1.2/jmeter-iso8583-1.2.jar) into JMeter's `lib/ext` directory.
2. Copy the following dependencies into JMeter's `lib` directory (and optionally remove older versions of any of those jar files):
* [org.jpos / jpos](https://search.maven.org/remotecontent?filepath=org/jpos/jpos/2.1.6/jpos-2.1.6.jar)
* [org.bouncycastle / bcprov-jdk15on](https://search.maven.org/remotecontent?filepath=org/bouncycastle/bcprov-jdk15on/1.67/bcprov-jdk15on-1.67.jar)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>nz.co.breakpoint</groupId>
<artifactId>jmeter-iso8583</artifactId>
<packaging>jar</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<name>${project.artifactId}</name>
<description>Apache JMeter plugin for load testing of payment gateways and switches via ISO 8583 messaging</description>
<url>https://github.com/tilln/jmeter-iso8583</url>
Expand Down

0 comments on commit 7922632

Please sign in to comment.