Skip to content

Commit 115f605

Browse files
authored
Update version numbers for new release (#444)
1 parent def2a63 commit 115f605

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

ConsumingEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ following dependency declaration inside of your Maven project file:
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-eventhubs</artifactId>
29-
<version>2.3.0</version>
29+
<version>2.3.1</version>
3030
</dependency>
3131
```
3232

PublishingEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ following dependency declaration inside of your Maven project file:
1212
<dependency>
1313
<groupId>com.microsoft.azure</groupId>
1414
<artifactId>azure-eventhubs</artifactId>
15-
<version>2.3.0</version>
15+
<version>2.3.1</version>
1616
</dependency>
1717
```
1818

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.0</version>
7+
<version>2.3.1</version>
88
</parent>
99

10-
<version>2.5.0</version>
10+
<version>2.5.1</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.0</version>
10+
<version>2.3.1</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.0</version>
7+
<version>2.3.1</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.0";
41+
public final static String CURRENT_JAVACLIENT_VERSION = "2.3.1";
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.0</version>
9+
<version>2.3.1</version>
1010
<packaging>pom</packaging>
1111

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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the required versions of Apache Qpid Proton-J, and the cryptography library BCPK
4444
<dependency>
4545
<groupId>com.microsoft.azure</groupId>
4646
<artifactId>azure-eventhubs</artifactId>
47-
<version>2.3.0</version>
47+
<version>2.3.1</version>
4848
</dependency>
4949
```
5050

@@ -61,7 +61,7 @@ It pulls the required versions of Event Hubs, Azure Storage and GSon libraries.
6161
<dependency>
6262
<groupId>com.microsoft.azure</groupId>
6363
<artifactId>azure-eventhubs-eph</artifactId>
64-
<version>2.5.0</version>
64+
<version>2.5.1</version>
6565
</dependency>
6666
```
6767

0 commit comments

Comments
 (0)