Skip to content

Commit c21791e

Browse files
authored
increase version number (Azure#17850)
* increase version number
1 parent 4b08d41 commit c21791e

File tree

13 files changed

+17
-14
lines changed

13 files changed

+17
-14
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,12 +441,12 @@
441441
<dependency>
442442
<groupId>com.azure.spring</groupId>
443443
<artifactId>azure-spring-integration-eventhubs</artifactId>
444-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
444+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
445445
</dependency>
446446
<dependency>
447447
<groupId>com.azure.spring</groupId>
448448
<artifactId>azure-spring-integration-servicebus</artifactId>
449-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
449+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
450450
</dependency>
451451
<dependency>
452452
<groupId>com.azure.spring</groupId>

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ com.azure.spring:azure-spring-cloud-stream-binder-test;2.0.0-beta.1;2.0.0-beta.2
125125
com.azure.spring:azure-spring-cloud-telemetry;2.0.0-beta.1;2.0.0-beta.2
126126
com.azure.spring:azure-spring-data-gremlin;2.3.1-beta.1;2.3.1-beta.1
127127
com.azure.spring:azure-spring-integration-core;2.0.0-beta.1;2.0.0-beta.2
128-
com.azure.spring:azure-spring-integration-eventhubs;2.0.0-beta.1;2.0.0-beta.1
129-
com.azure.spring:azure-spring-integration-servicebus;2.0.0-beta.1;2.0.0-beta.1
128+
com.azure.spring:azure-spring-integration-eventhubs;2.0.0-beta.1;2.0.0-beta.2
129+
com.azure.spring:azure-spring-integration-servicebus;2.0.0-beta.1;2.0.0-beta.2
130130
com.azure.spring:azure-spring-integration-storage-queue;2.0.0-beta.1;2.0.0-beta.2
131131
com.azure.spring:azure-spring-integration-test;2.0.0-beta.1;2.0.0-beta.2
132132
com.azure.spring:azure-spring-cloud-appconfiguration-config-web;1.2.8-beta.1;1.2.8-beta.1

sdk/spring/azure-spring-cloud-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
<dependency>
8686
<groupId>com.azure.spring</groupId>
8787
<artifactId>azure-spring-integration-eventhubs</artifactId>
88-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
88+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
8989
<optional>true</optional>
9090
</dependency>
9191

9292
<!-- Service Bus -->
9393
<dependency>
9494
<groupId>com.azure.spring</groupId>
9595
<artifactId>azure-spring-integration-servicebus</artifactId>
96-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
96+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
9797
<optional>true</optional>
9898
</dependency>
9999

sdk/spring/azure-spring-cloud-starter-eventhubs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For Spring Integration on Event Hubs, please refer to the [source code][source_c
1818
<dependency>
1919
<groupId>com.azure.spring</groupId>
2020
<artifactId>azure-spring-cloud-starter-eventhubs</artifactId>
21-
<version>2.0.0-beta.1</version>
21+
<version>2.0.0-beta.2</version>
2222
</dependency>
2323
```
2424
[//]: # ({x-version-update-end})

sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.azure.spring</groupId>
2626
<artifactId>azure-spring-integration-eventhubs</artifactId>
27-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
27+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
2828
</dependency>
2929
<dependency>
3030
<groupId>com.azure.spring</groupId>

sdk/spring/azure-spring-cloud-starter-servicebus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Spring Cloud Service Bus starter helps developers to finish the auto-configu
1717
<dependency>
1818
<groupId>com.azure.spring</groupId>
1919
<artifactId>azure-spring-cloud-starter-servicebus</artifactId>
20-
<version>2.0.0-beta.1</version>
20+
<version>2.0.0-beta.2</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.azure.spring</groupId>
2626
<artifactId>azure-spring-integration-servicebus</artifactId>
27-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
27+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
2828
</dependency>
2929
<dependency>
3030
<groupId>com.microsoft.azure</groupId>

sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Release History
2+
## 2.0.0-beta.2 (Unreleased)
23

34
## 2.0.0-beta.1 (2020-11-18)
45
### Breaking Changes

sdk/spring/azure-spring-integration-eventhubs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Event Hubs is a fully managed, real-time data ingestion service that’s simple,
1717
<dependency>
1818
<groupId>com.azure.spring</groupId>
1919
<artifactId>azure-spring-integration-eventhubs</artifactId>
20-
<version>2.0.0-beta.1</version>
20+
<version>2.0.0-beta.2</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/spring/azure-spring-integration-eventhubs/pom.xml

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

1313
<groupId>com.azure.spring</groupId>
1414
<artifactId>azure-spring-integration-eventhubs</artifactId>
15-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
15+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
1616

1717
<name>Azure Spring Integration Event Hubs</name>
1818
<url>https://github.com/Azure/azure-sdk-for-java</url>

0 commit comments

Comments
 (0)