diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 04838360..ae4c0e60 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,6 +1,6 @@
# Bridge Service - RELEASE NOTES
-## 2.11.15 - SNAPSHOT
+## 2.11.15
* [#71 Adding step name when throwing exceptions](https://github.com/adobe/bridgeService/issues/71). When an exception happens, include the step in which it occurred.
* [#72 Provide the stack trace of the root cause of the errors](https://github.com/adobe/bridgeService/issues/72). With issue #9 we discovered that the stack trace should be that of the original cause.
* [#78 Trimming error messages](https://github.com/adobe/bridgeService/issues/78). We now trim the error messages.
diff --git a/bridgeService-data/pom.xml b/bridgeService-data/pom.xml
index c2d2d657..67ab35af 100644
--- a/bridgeService-data/pom.xml
+++ b/bridgeService-data/pom.xml
@@ -39,6 +39,6 @@
com.adobe.campaign.tests.bridge
parent
- 2.11.15-SNAPSHOT
+ 2.11.16-SNAPSHOT
diff --git a/integroBridgeService/pom.xml b/integroBridgeService/pom.xml
index a19f97cb..5e340968 100644
--- a/integroBridgeService/pom.xml
+++ b/integroBridgeService/pom.xml
@@ -168,6 +168,6 @@
com.adobe.campaign.tests.bridge
parent
- 2.11.15-SNAPSHOT
+ 2.11.16-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 28f2c289..82163578 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
4.0.0
com.adobe.campaign.tests.bridge
parent
- 2.11.15-SNAPSHOT
+ 2.11.16-SNAPSHOT
Bridge Service Parent Project
pom
${project.groupId}:${project.artifactId}