Skip to content

Commit 9d7452e

Browse files
authored
Update version numbers for new release (#449)
1 parent d994a47 commit 9d7452e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

azure-eventhubs-eph/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-eventhubs-clients</artifactId>
7-
<version>2.3.1</version>
7+
<version>2.3.2</version>
88
</parent>
99

10-
<version>2.5.1</version>
10+
<version>2.5.2</version>
1111

1212
<modelVersion>4.0.0</modelVersion>
1313

azure-eventhubs-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-eventhubs-clients</artifactId>
10-
<version>2.3.1</version>
10+
<version>2.3.2</version>
1111
</parent>
1212

1313
<modelVersion>4.0.0</modelVersion>

azure-eventhubs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.azure</groupId>
66
<artifactId>azure-eventhubs-clients</artifactId>
7-
<version>2.3.1</version>
7+
<version>2.3.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

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
@@ -38,7 +38,7 @@ public final class ClientConstants {
3838
public final static String NO_RETRY = "NoRetry";
3939
public final static String DEFAULT_RETRY = "Default";
4040
public final static String PRODUCT_NAME = "MSJavaClient";
41-
public final static String CURRENT_JAVACLIENT_VERSION = "2.3.1";
41+
public final static String CURRENT_JAVACLIENT_VERSION = "2.3.2";
4242
public static final String PLATFORM_INFO = getPlatformInfo();
4343
public static final String FRAMEWORK_INFO = getFrameworkInfo();
4444
public static final String CBS_ADDRESS = "$cbs";

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.azure</groupId>
88
<artifactId>azure-eventhubs-clients</artifactId>
9-
<version>2.3.1</version>
9+
<version>2.3.2</version>
1010
<packaging>pom</packaging>
1111

1212
<url>https://github.com/Azure/azure-event-hubs</url>

0 commit comments

Comments
 (0)