Skip to content

Commit 0f90df1

Browse files
authored
Update version number in the documents (#447)
1 parent addefff commit 0f90df1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1</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.3.1</version>
15+
<version>2.3.0</version>
1616
</dependency>
1717
```
1818

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.1</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.5.1</version>
64+
<version>2.5.0</version>
6565
</dependency>
6666
```
6767

0 commit comments

Comments
 (0)