diff --git a/README.md b/README.md
index e932b282c..2bc0522a9 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
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/).
BMP works well as a standalone proxy server, but it is especially useful when embedded in Selenium tests.
-The latest version of BrowserMob Proxy is 2.1.5, powered by [LittleProxy](https://github.com/adamfisk/LittleProxy).
+The latest version of BrowserMob Proxy is 2.1.6, powered by [LittleProxy](https://github.com/adamfisk/LittleProxy).
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
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`
net.lightbody.bmp
browsermob-core
- 2.1.5
+ 2.1.6
test
```
@@ -74,7 +74,7 @@ The legacy interface, implicitly defined by the ProxyServer class, has been extr
proxyServer.start();
// [...]
- // To use the LittleProxy-powered 2.1.5 release, simply change to
+ // To use the LittleProxy-powered 2.1.6 release, simply change to
// the LegacyProxyServer interface and the adapter for the new
// LittleProxy-based implementation:
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
net.lightbody.bmp
browsermob-core
- 2.1.5
+ 2.1.6
test
```
@@ -388,7 +388,7 @@ You'll need maven (`brew install maven` if you're on OS X):
[~]$ mvn -DskipTests
-You'll find the standalone BrowserMob Proxy distributable zip at `browsermob-dist/target/browsermob-proxy-2.1.5-SNAPSHOT-bin.zip`. Unzip the contents and run the `browsermob-proxy` or `browsermob-proxy.bat` files in the `bin` directory.
+You'll find the standalone BrowserMob Proxy distributable zip at `browsermob-dist/target/browsermob-proxy-2.1.6-SNAPSHOT-bin.zip`. Unzip the contents and run the `browsermob-proxy` or `browsermob-proxy.bat` files in the `bin` directory.
When you build the latest code from source, you'll have access to the latest snapshot release. To use the SNAPSHOT version in your code, modify the version in your pom:
```xml
diff --git a/browsermob-core/pom.xml b/browsermob-core/pom.xml
index 2071434ee..1b4905fc8 100644
--- a/browsermob-core/pom.xml
+++ b/browsermob-core/pom.xml
@@ -5,7 +5,7 @@
browsermob-proxy
net.lightbody.bmp
- 2.1.6-SNAPSHOT
+ 2.1.6
4.0.0
@@ -246,4 +246,4 @@
test
-
\ No newline at end of file
+
diff --git a/browsermob-dist/pom.xml b/browsermob-dist/pom.xml
index 59edc89cb..4ebcc1796 100644
--- a/browsermob-dist/pom.xml
+++ b/browsermob-dist/pom.xml
@@ -3,7 +3,7 @@
browsermob-proxy
net.lightbody.bmp
- 2.1.6-SNAPSHOT
+ 2.1.6
4.0.0
@@ -147,4 +147,4 @@
-
\ No newline at end of file
+
diff --git a/browsermob-legacy/pom.xml b/browsermob-legacy/pom.xml
index 592543c91..eb3fa1d44 100644
--- a/browsermob-legacy/pom.xml
+++ b/browsermob-legacy/pom.xml
@@ -5,7 +5,7 @@
browsermob-proxy
net.lightbody.bmp
- 2.1.6-SNAPSHOT
+ 2.1.6
4.0.0
@@ -152,4 +152,4 @@
-
\ No newline at end of file
+
diff --git a/browsermob-rest/pom.xml b/browsermob-rest/pom.xml
index 16499a206..8b159a939 100644
--- a/browsermob-rest/pom.xml
+++ b/browsermob-rest/pom.xml
@@ -5,7 +5,7 @@
browsermob-proxy
net.lightbody.bmp
- 2.1.6-SNAPSHOT
+ 2.1.6
4.0.0
@@ -173,4 +173,4 @@
-
\ No newline at end of file
+
diff --git a/mitm/pom.xml b/mitm/pom.xml
index ca0f5ecdb..37e176226 100644
--- a/mitm/pom.xml
+++ b/mitm/pom.xml
@@ -3,7 +3,7 @@
browsermob-proxy
net.lightbody.bmp
- 2.1.6-SNAPSHOT
+ 2.1.6
4.0.0
@@ -112,4 +112,4 @@
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index 2bd63686e..c01519e55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
net.lightbody.bmp
browsermob-proxy
- 2.1.6-SNAPSHOT
+ 2.1.6
browsermob-core
browsermob-legacy
@@ -68,7 +68,7 @@
3.0.2
- 2.9.0
+ 2.15.0
2.4.12
2.4.3-01