Skip to content

Commit

Permalink
Update product versions (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBirdsall authored and sjkwak committed Apr 8, 2019
1 parent 45ab5d4 commit dacf9cc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion samples/Java/Basic/AdvancedSendOptions/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/Java/Basic/EventProcessorSample/pom.xml
Expand Up @@ -47,12 +47,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/Java/Basic/ReceiveByDateTime/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion samples/Java/Basic/ReceiveUsingOffset/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion samples/Java/Basic/ReceiveUsingSequenceNumber/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion samples/Java/Basic/SendBatch/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/Java/Basic/SimpleProxy/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/Java/Basic/SimpleSend/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/Java/Benchmarks/AutoScaleOnIngress/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion samples/Java/Benchmarks/IngressBenchmark/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit dacf9cc

Please sign in to comment.