Skip to content

Commit 953189a

Browse files
Bump versions for event hubs track1 release 3.3.0 (Azure#22459)
1 parent 064db64 commit 953189a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

eng/spotbugs-aggregate-report/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@
117117
<dependency>
118118
<groupId>com.microsoft.azure</groupId>
119119
<artifactId>azure-eventhubs</artifactId>
120-
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
120+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
121121
</dependency>
122122
<dependency>
123123
<groupId>com.microsoft.azure</groupId>
124124
<artifactId>azure-eventhubs-eph</artifactId>
125-
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
125+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
126126
</dependency>
127127
<dependency>
128128
<groupId>com.microsoft.azure</groupId>
129129
<artifactId>azure-eventhubs-extensions</artifactId>
130-
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
130+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
131131
</dependency>
132132
<!-- Storage is excluded from Spotbugs report as it collides with the storage library
133133
dependency in eventhubs code. This issue is under investigation.

eng/versioning/version_data.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-predi
2424
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-training;1.1.0-beta.3;1.1.0-beta.3
2525
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-faceapi;1.1.0-beta.1;1.1.0-beta.1
2626
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-qnamaker;1.0.0-beta.2;1.0.0-beta.3
27-
com.microsoft.azure:azure-eventhubs;3.2.2;3.2.3
28-
com.microsoft.azure:azure-eventhubs-eph;3.2.2;3.2.3
29-
com.microsoft.azure:azure-eventhubs-extensions;3.2.2;3.3.0-beta.1
27+
com.microsoft.azure:azure-eventhubs;3.2.3;3.3.0
28+
com.microsoft.azure:azure-eventhubs-eph;3.2.2;3.3.0
29+
com.microsoft.azure:azure-eventhubs-extensions;3.2.2;3.3.0
3030
com.microsoft.azure:azure-keyvault;1.2.4;1.3.0-beta.1
3131
com.microsoft.azure:azure-keyvault-complete;1.2.4;1.3.0-beta.1
3232
com.microsoft.azure:azure-keyvault-core;1.2.4;1.3.0-beta.1

sdk/eventhubs/microsoft-azure-eventhubs-eph/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-eventhubs-eph</artifactId>
17-
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
17+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
1818

1919
<name>Microsoft Azure SDK for Event Hubs Event Processor Host(EPH)</name>
2020
<description>Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.microsoft.azure</groupId>
3838
<artifactId>azure-eventhubs</artifactId>
39-
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
39+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
4040
</dependency>
4141
<dependency>
4242
<groupId>com.microsoft.azure</groupId>

sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-eventhubs-extensions</artifactId>
17-
<version>3.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
17+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-extensions;current} -->
1818

1919
<name>Microsoft Azure SDK for Event Hubs Extensions</name>
2020
<description>Extensions built on Microsoft Azure Event Hubs${line.separator}
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.microsoft.azure</groupId>
4242
<artifactId>azure-eventhubs</artifactId>
43-
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
43+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>

sdk/eventhubs/microsoft-azure-eventhubs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-eventhubs</artifactId>
17-
<version>3.2.3</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
17+
<version>3.3.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs;current} -->
1818

1919
<name>Microsoft Azure SDK for Event Hubs</name>
2020
<description>Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.

sdk/eventhubs/microsoft-azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/impl/ClientConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class ClientConstants {
3939
public static final String DEFAULT_RETRY = "Default";
4040
public static final String PRODUCT_NAME = "MSJavaClient";
4141
// {x-version-update-start;com.microsoft.azure:azure-eventhubs;current}
42-
public static final String CURRENT_JAVACLIENT_VERSION = "3.2.3";
42+
public static final String CURRENT_JAVACLIENT_VERSION = "3.3.0";
4343
// {x-version-update-end}
4444
public static final String PLATFORM_INFO = getPlatformInfo();
4545
public static final String FRAMEWORK_INFO = getFrameworkInfo();

0 commit comments

Comments
 (0)