Skip to content

Commit 4972811

Browse files
JamesBirdsallsjkwak
authored andcommitted
Update version numbers for release (#440)
1 parent 878e6ee commit 4972811

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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.2.0</version>
29+
<version>2.3.0</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.2.0</version>
15+
<version>2.3.0</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.2.0</version>
7+
<version>2.3.0</version>
88
</parent>
99

10-
<version>2.4.0</version>
10+
<version>2.5.0</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.2.0</version>
10+
<version>2.3.0</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.2.0</version>
7+
<version>2.3.0</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.2.0";
41+
public final static String CURRENT_JAVACLIENT_VERSION = "2.3.0";
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

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

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

1414
<properties>
1515
<proton-j-version>0.31.0</proton-j-version>
16-
<qpid-proton-j-extensions-version>1.1.0</qpid-proton-j-extensions-version>
16+
<qpid-proton-j-extensions-version>1.2.0</qpid-proton-j-extensions-version>
1717
<junit-version>4.12</junit-version>
1818
<slf4j-version>1.8.0-alpha2</slf4j-version>
1919
</properties>

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.2.0</version>
47+
<version>2.3.0</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.4.0</version>
64+
<version>2.5.0</version>
6565
</dependency>
6666
```
6767

0 commit comments

Comments
 (0)