Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-extensions</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
</dependency>
<!-- Storage is excluded from Spotbugs report as it collides with the storage library
dependency in eventhubs code. This issue is under investigation.
Expand Down
6 changes: 3 additions & 3 deletions eng/versioning/version_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-predi
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-training;1.1.0-beta.3;1.1.0-beta.3
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-faceapi;1.1.0-beta.1;1.1.0-beta.1
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-qnamaker;1.0.0-beta;1.0.0-beta
com.microsoft.azure:azure-eventhubs;3.1.1;3.2.0
com.microsoft.azure:azure-eventhubs-eph;3.1.1;3.2.0
com.microsoft.azure:azure-eventhubs-extensions;3.1.1;3.2.0
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
com.microsoft.azure:azure-keyvault;1.2.4;1.3.0-beta.1
com.microsoft.azure:azure-keyvault-complete;1.2.4;1.3.0-beta.1
com.microsoft.azure:azure-keyvault-core;1.2.4;1.3.0-beta.1
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/microsoft-azure-eventhubs-eph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->

<name>Microsoft Azure SDK for Event Hubs Event Processor Host(EPH)</name>
<description>EPH is built on top of the Azure Event Hubs Client and provides a number of features not present in that lower layer</description>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-extensions</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->

<name>Microsoft Azure SDK for Event Hubs Extensions</name>
<description>Extensions built on Microsoft Azure Event Hubs</description>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/microsoft-azure-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>3.2.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->

<name>Microsoft Azure SDK for Event Hubs</name>
<description>Libraries built on Microsoft Azure Event Hubs</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down