From 4972811a728e149316ece7c7b6a9d46b9d7ba49c Mon Sep 17 00:00:00 2001 From: JamesBirdsall Date: Thu, 4 Apr 2019 17:42:27 -0700 Subject: [PATCH] Update version numbers for release (#440) --- ConsumingEvents.md | 2 +- PublishingEvents.md | 2 +- azure-eventhubs-eph/pom.xml | 4 ++-- azure-eventhubs-extensions/pom.xml | 2 +- azure-eventhubs/pom.xml | 2 +- .../com/microsoft/azure/eventhubs/impl/ClientConstants.java | 2 +- pom.xml | 4 ++-- readme.md | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ConsumingEvents.md b/ConsumingEvents.md index 3f890a4b4..b5ed76142 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.2.0 + 2.3.0 ``` diff --git a/PublishingEvents.md b/PublishingEvents.md index 67e26833e..fd3b25914 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.2.0 + 2.3.0 ``` diff --git a/azure-eventhubs-eph/pom.xml b/azure-eventhubs-eph/pom.xml index 2e66fab09..5f57d60e6 100644 --- a/azure-eventhubs-eph/pom.xml +++ b/azure-eventhubs-eph/pom.xml @@ -4,10 +4,10 @@ com.microsoft.azure azure-eventhubs-clients - 2.2.0 + 2.3.0 - 2.4.0 + 2.5.0 4.0.0 diff --git a/azure-eventhubs-extensions/pom.xml b/azure-eventhubs-extensions/pom.xml index 7266898a4..9dc8ad764 100644 --- a/azure-eventhubs-extensions/pom.xml +++ b/azure-eventhubs-extensions/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-eventhubs-clients - 2.2.0 + 2.3.0 4.0.0 diff --git a/azure-eventhubs/pom.xml b/azure-eventhubs/pom.xml index acb77607d..ce2d431da 100644 --- a/azure-eventhubs/pom.xml +++ b/azure-eventhubs/pom.xml @@ -4,7 +4,7 @@ com.microsoft.azure azure-eventhubs-clients - 2.2.0 + 2.3.0 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 fa0803dff..932e9a26b 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.2.0"; + public final static String CURRENT_JAVACLIENT_VERSION = "2.3.0"; 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 f4060015d..854f27481 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.microsoft.azure azure-eventhubs-clients - 2.2.0 + 2.3.0 pom https://github.com/Azure/azure-event-hubs 0.31.0 - 1.1.0 + 1.2.0 4.12 1.8.0-alpha2 diff --git a/readme.md b/readme.md index aaa10caf5..eee0a7be2 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.2.0 + 2.3.0 ``` @@ -61,7 +61,7 @@ It pulls the required versions of Event Hubs, Azure Storage and GSon libraries. com.microsoft.azure azure-eventhubs-eph - 2.4.0 + 2.5.0 ```