diff --git a/README.md b/README.md
index a289ea2..6c044c1 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,25 @@
>
> This is a simple Mule application to test. Please update the `app.name` and `env` properties from the `pom.xml` to your own.
+## Branches
+
+Different examples are being demonstrated per branch. Here's the summary of each.
+
+|| `main` | `connected-app` | `cloudhub2`
+|-|-|-|-
+|Deployment|CH1|CH1|CH2
+|Passing secured properties|✅|✅|✅
+|MUnit testing in pipeline|✅|✅|❌
+|Running MUnit coverage|✅|✅|❌
+|Nexus credentials|✅|✅|❌
+|Auth|username/password in `pom.xml`|connected app in `pom.xml`|server in `settings.xml` (using connected app)
+|Maven version|`3.8.0`|`3.8.0`|`4.1.1`
+|Runtime|`4.4.0` through the `muleVersion` property|`4.4.0` through the `muleVersion` property|`4.4.0` through the `releaseChannel` property (`NONE`)
+
## Other resources
-The initial versions of the pipeline are based on the following repository created by Archana Patel: [arch-jn/github-actions-mule-cicd-demo](https://github.com/arch-jn/github-actions-mule-cicd-demo).
\ No newline at end of file
+The initial versions of the pipeline are based on the following repository created by Archana Patel: [arch-jn/github-actions-mule-cicd-demo](https://github.com/arch-jn/github-actions-mule-cicd-demo).
+
+- [Docs] [Deploy Applications to CloudHub Using the Mule Maven Plugin](https://docs.mulesoft.com/mule-runtime/latest/deploy-to-cloudhub)
+- [Docs] [Deploy Applications to CloudHub 2.0 Using the Mule Maven Plugin](https://docs.mulesoft.com/mule-runtime/latest/deploy-to-cloudhub-2)
+- [Docs] [CloudHub 2.0 Architecture - Regions and DNS Records](https://docs.mulesoft.com/cloudhub-2/ch2-architecture#regions-and-dns-records)
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b6658cb..8a350e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
4500658a-7637-4fcf-bc7d-51d1feb28edb
github-actions
- 1.0.9
+ 1.0.10
mule-application
github-actions
@@ -11,6 +11,7 @@
UTF-8
4.1.1
Sandbox
+ NONE
Cloudhub-US-East-2
Repository
@@ -38,7 +39,7 @@
${region}
${serverId}
${project.artifactId}
- NONE
+ ${releaseChannel}
1
0.1
@@ -46,7 +47,7 @@
- ${decryption.key}
+ ${decryption.key}