diff --git a/eng/spotbugs-aggregate-report/pom.xml b/eng/spotbugs-aggregate-report/pom.xml index a60c9dff8963..43b9abce28ea 100644 --- a/eng/spotbugs-aggregate-report/pom.xml +++ b/eng/spotbugs-aggregate-report/pom.xml @@ -117,17 +117,17 @@ com.microsoft.azure azure-eventhubs - 3.2.0 + 3.3.0-beta.1 com.microsoft.azure azure-eventhubs-eph - 3.2.0 + 3.3.0-beta.1 com.microsoft.azure azure-eventhubs-extensions - 3.2.0 + 3.3.0-beta.1 + 3.3.0-beta.1 Microsoft Azure SDK for Event Hubs Event Processor Host(EPH) EPH is built on top of the Azure Event Hubs Client and provides a number of features not present in that lower layer @@ -35,7 +35,7 @@ com.microsoft.azure azure-eventhubs - 3.2.0 + 3.3.0-beta.1 com.microsoft.azure diff --git a/sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml b/sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml index 579a95d25662..ce73244aad48 100644 --- a/sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml +++ b/sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml @@ -14,7 +14,7 @@ 4.0.0 com.microsoft.azure azure-eventhubs-extensions - 3.2.0 + 3.3.0-beta.1 Microsoft Azure SDK for Event Hubs Extensions Extensions built on Microsoft Azure Event Hubs @@ -35,7 +35,7 @@ com.microsoft.azure azure-eventhubs - 3.2.0 + 3.3.0-beta.1 org.apache.logging.log4j diff --git a/sdk/eventhubs/microsoft-azure-eventhubs/pom.xml b/sdk/eventhubs/microsoft-azure-eventhubs/pom.xml index 816b23c4c8ee..b4fb48e76b71 100644 --- a/sdk/eventhubs/microsoft-azure-eventhubs/pom.xml +++ b/sdk/eventhubs/microsoft-azure-eventhubs/pom.xml @@ -14,7 +14,7 @@ 4.0.0 com.microsoft.azure azure-eventhubs - 3.2.0 + 3.3.0-beta.1 Microsoft Azure SDK for Event Hubs Libraries built on Microsoft Azure Event Hubs diff --git a/sdk/eventhubs/microsoft-azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java b/sdk/eventhubs/microsoft-azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java index 15235daa1ebd..a966dedec299 100644 --- a/sdk/eventhubs/microsoft-azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java +++ b/sdk/eventhubs/microsoft-azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java @@ -39,7 +39,7 @@ public final class ClientConstants { public static final String DEFAULT_RETRY = "Default"; public static final String PRODUCT_NAME = "MSJavaClient"; // {x-version-update-start;com.microsoft.azure:azure-eventhubs;current} - public static final String CURRENT_JAVACLIENT_VERSION = "3.2.0"; + public static final String CURRENT_JAVACLIENT_VERSION = "3.3.0-beta.1"; // {x-version-update-end} public static final String PLATFORM_INFO = getPlatformInfo(); public static final String FRAMEWORK_INFO = getFrameworkInfo();