diff --git a/ConsumingEvents.md b/ConsumingEvents.md index b5ed76142..9efb338fa 100644 --- a/ConsumingEvents.md +++ b/ConsumingEvents.md @@ -26,7 +26,7 @@ following dependency declaration inside of your Maven project file: com.microsoft.azure azure-eventhubs - 2.3.0 + 2.3.1 ``` diff --git a/PublishingEvents.md b/PublishingEvents.md index fd3b25914..64049de23 100644 --- a/PublishingEvents.md +++ b/PublishingEvents.md @@ -12,7 +12,7 @@ following dependency declaration inside of your Maven project file: com.microsoft.azure azure-eventhubs - 2.3.0 + 2.3.1 ``` diff --git a/azure-eventhubs-eph/pom.xml b/azure-eventhubs-eph/pom.xml index 5f57d60e6..6df209c6a 100644 --- a/azure-eventhubs-eph/pom.xml +++ b/azure-eventhubs-eph/pom.xml @@ -4,10 +4,10 @@ com.microsoft.azure azure-eventhubs-clients - 2.3.0 + 2.3.1 - 2.5.0 + 2.5.1 4.0.0 diff --git a/azure-eventhubs-extensions/pom.xml b/azure-eventhubs-extensions/pom.xml index 9dc8ad764..15d7208d7 100644 --- a/azure-eventhubs-extensions/pom.xml +++ b/azure-eventhubs-extensions/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-eventhubs-clients - 2.3.0 + 2.3.1 4.0.0 diff --git a/azure-eventhubs/pom.xml b/azure-eventhubs/pom.xml index ce2d431da..24712d281 100644 --- a/azure-eventhubs/pom.xml +++ b/azure-eventhubs/pom.xml @@ -4,7 +4,7 @@ com.microsoft.azure azure-eventhubs-clients - 2.3.0 + 2.3.1 4.0.0 diff --git a/azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java b/azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java index b72092b17..ad7bf0b2e 100644 --- a/azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java +++ b/azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java @@ -38,7 +38,7 @@ public final class ClientConstants { public final static String NO_RETRY = "NoRetry"; public final static String DEFAULT_RETRY = "Default"; public final static String PRODUCT_NAME = "MSJavaClient"; - public final static String CURRENT_JAVACLIENT_VERSION = "2.3.0"; + public final static String CURRENT_JAVACLIENT_VERSION = "2.3.1"; public static final String PLATFORM_INFO = getPlatformInfo(); public static final String FRAMEWORK_INFO = getFrameworkInfo(); public static final String CBS_ADDRESS = "$cbs"; diff --git a/pom.xml b/pom.xml index 854f27481..a361f28f9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-eventhubs-clients - 2.3.0 + 2.3.1 pom https://github.com/Azure/azure-event-hubs diff --git a/readme.md b/readme.md index eee0a7be2..df11bd832 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ the required versions of Apache Qpid Proton-J, and the cryptography library BCPK com.microsoft.azure azure-eventhubs - 2.3.0 + 2.3.1 ``` @@ -61,7 +61,7 @@ It pulls the required versions of Event Hubs, Azure Storage and GSon libraries. com.microsoft.azure azure-eventhubs-eph - 2.5.0 + 2.5.1 ```