Skip to content

Commit

Permalink
Increment version for spring releases (#26183)
Browse files Browse the repository at this point in the history
Increment package version after release of com.azure.spring azure-spring-integration-core
  • Loading branch information
azure-sdk authored Dec 24, 2021
1 parent aa968b5 commit 15be3a4
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 20 deletions.
6 changes: 3 additions & 3 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
<version>3.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down Expand Up @@ -484,7 +484,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down Expand Up @@ -519,7 +519,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-messaging</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
6 changes: 3 additions & 3 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter-active-directory;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter-cosmos;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.12.0;3.13.0-beta.1
com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter-storage;3.11.0;3.12.0
com.azure.spring:azure-spring-boot-starter;3.11.0;3.12.0
com.azure.spring:azure-spring-boot;3.12.0;3.13.0-beta.1
com.azure.spring:azure-spring-cloud-autoconfigure;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-context;2.12.0;2.13.0-beta.1
com.azure.spring:azure-spring-cloud-dependencies;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-messaging;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-messaging;2.12.0;2.13.0-beta.1
com.azure.spring:azure-spring-cloud-starter-cache;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-starter-eventhubs;2.11.0;2.12.0
Expand All @@ -176,7 +176,7 @@ com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.11.0;2.12.0
com.azure.spring:azure-spring-cloud-stream-binder-test;2.11.0;2.12.0
com.azure.spring:azure-spring-integration-core;2.11.0;2.12.0
com.azure.spring:azure-spring-integration-core;2.12.0;2.13.0-beta.1
com.azure.spring:azure-spring-integration-eventhubs;2.11.0;2.12.0
com.azure.spring:azure-spring-integration-servicebus;2.11.0;2.12.0
com.azure.spring:azure-spring-integration-storage-queue;2.11.0;2.12.0
Expand Down
10 changes: 10 additions & 0 deletions sdk/spring/azure-spring-boot-starter-keyvault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 3.13.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.12.0 (2021-12-24)
This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
<version>3.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->

<name>Azure Spring Boot Starter for Azure Key Vault Secrets</name>
<description>Spring Boot Starter supporting Azure Key Vault Secrets as PropertySource</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot-test-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
<version>3.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
</dependency>
<!-- util dependencies -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
<version>3.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot-test-keyvault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
<version>3.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down
10 changes: 10 additions & 0 deletions sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.13.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.12.0 (2021-12-24)
This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0.

Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/azure-spring-cloud-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-messaging</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->

<name>Azure Spring Cloud Messaging</name>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-messaging</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 10 additions & 0 deletions sdk/spring/azure-spring-integration-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.13.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.12.0 (2021-12-24)
This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0.

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->

<name>Azure Spring Integration Core</name>
<url>https://github.com/Azure/azure-sdk-for-java</url>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-storage-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-messaging</artifactId>
<version>2.12.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
<version>2.13.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down

0 comments on commit 15be3a4

Please sign in to comment.