From f5b779d10b2ca47ed7d37129bcee8f8cf40b32b4 Mon Sep 17 00:00:00 2001 From: JamesBirdsall Date: Wed, 5 Dec 2018 16:00:20 -0800 Subject: [PATCH] Prep for releasing client 1.3.0 and EPH 2.1.0 (#403) --- 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 | 2 +- readme.md | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ConsumingEvents.md b/ConsumingEvents.md index 2eb0328c402c5..96a85b38370ec 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 - 1.2.1 + 1.3.0 ``` diff --git a/PublishingEvents.md b/PublishingEvents.md index 515a839d56d5c..36a684a5ef131 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 - 1.2.1 + 1.3.0 ``` diff --git a/azure-eventhubs-eph/pom.xml b/azure-eventhubs-eph/pom.xml index b2bc8c75ea0e6..bcd18922bd35f 100644 --- a/azure-eventhubs-eph/pom.xml +++ b/azure-eventhubs-eph/pom.xml @@ -4,10 +4,10 @@ com.microsoft.azure azure-eventhubs-clients - 1.2.1 + 1.3.0 - 2.0.2 + 2.1.0 4.0.0 diff --git a/azure-eventhubs-extensions/pom.xml b/azure-eventhubs-extensions/pom.xml index 6dbf20ed8860e..8dc460003a8ab 100644 --- a/azure-eventhubs-extensions/pom.xml +++ b/azure-eventhubs-extensions/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-eventhubs-clients - 1.2.1 + 1.3.0 4.0.0 diff --git a/azure-eventhubs/pom.xml b/azure-eventhubs/pom.xml index e5ffa54c5c306..d502a5139d450 100644 --- a/azure-eventhubs/pom.xml +++ b/azure-eventhubs/pom.xml @@ -4,7 +4,7 @@ com.microsoft.azure azure-eventhubs-clients - 1.2.1 + 1.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 62cf992309f55..507589cf6c79e 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 = "1.2.1"; + public final static String CURRENT_JAVACLIENT_VERSION = "1.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 cae4f8fe9a37a..12e91a000a899 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-eventhubs-clients - 1.2.1 + 1.3.0 pom https://github.com/Azure/azure-event-hubs diff --git a/readme.md b/readme.md index 62400b3775494..2eff6bb2f17e7 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 - 1.2.1 + 1.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.0.2 + 2.1.0 ```