Skip to content

Commit 679d90d

Browse files
committed
Updated readme for 2.1.5
1 parent b15f22c commit 679d90d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BrowserMob Proxy allows you to manipulate HTTP requests and responses, capture HTTP content, and export performance data as a [HAR file](http://www.softwareishard.com/blog/har-12-spec/).
44
BMP works well as a standalone proxy server, but it is especially useful when embedded in Selenium tests.
55

6-
The latest version of BrowserMob Proxy is 2.1.4, powered by [LittleProxy](https://github.com/adamfisk/LittleProxy).
6+
The latest version of BrowserMob Proxy is 2.1.5, powered by [LittleProxy](https://github.com/adamfisk/LittleProxy).
77

88
If you're running BrowserMob Proxy within a Java application or Selenium test, get started with [Embedded Mode](#getting-started-embedded-mode). If you want to run BMP from the
99
command line as a standalone proxy, start with [Standalone](#getting-started-standalone).
@@ -14,7 +14,7 @@ To use BrowserMob Proxy in your tests or application, add the `browsermob-core`
1414
<dependency>
1515
<groupId>net.lightbody.bmp</groupId>
1616
<artifactId>browsermob-core</artifactId>
17-
<version>2.1.4</version>
17+
<version>2.1.5</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
@@ -74,7 +74,7 @@ The legacy interface, implicitly defined by the ProxyServer class, has been extr
7474
proxyServer.start();
7575
// [...]
7676

77-
// To use the LittleProxy-powered 2.1.4 release, simply change to
77+
// To use the LittleProxy-powered 2.1.5 release, simply change to
7878
// the LegacyProxyServer interface and the adapter for the new
7979
// LittleProxy-based implementation:
8080
LegacyProxyServer proxyServer = new BrowserMobProxyServerLegacyAdapter();
@@ -205,7 +205,7 @@ If you're using Java and Selenium, the easiest way to get started is to embed th
205205
<dependency>
206206
<groupId>net.lightbody.bmp</groupId>
207207
<artifactId>browsermob-core</artifactId>
208-
<version>2.1.4</version>
208+
<version>2.1.5</version>
209209
<scope>test</scope>
210210
</dependency>
211211
```
@@ -395,7 +395,7 @@ When you build the latest code from source, you'll have access to the latest sna
395395
<dependency>
396396
<groupId>net.lightbody.bmp</groupId>
397397
<artifactId>browsermob-core</artifactId>
398-
<version>2.1.5-SNAPSHOT</version>
398+
<version>2.1.6-SNAPSHOT</version>
399399
<scope>test</scope>
400400
</dependency>
401401
```

0 commit comments

Comments
 (0)