Skip to content

Commit

Permalink
Revert "Increment version for spring releases (#27344)"
Browse files Browse the repository at this point in the history
This reverts commit 71256fd
  • Loading branch information
rujche committed Mar 1, 2022
1 parent d4ec1fa commit 6d19073
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.13.0;3.14.0
com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.13.0;3.14.0
com.azure.spring:azure-spring-boot-starter-storage;3.13.0;3.14.0
com.azure.spring:azure-spring-boot-starter;3.13.0;3.14.0
com.azure.spring:azure-spring-boot;3.14.0;3.15.0-beta.1
com.azure.spring:azure-spring-boot;3.13.0;3.14.0
com.azure.spring:azure-spring-cloud-autoconfigure;2.13.0;2.14.0
com.azure.spring:azure-spring-cloud-context;2.13.0;2.14.0
com.azure.spring:azure-spring-cloud-dependencies;2.13.0;2.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>

<!-- Below poms will be replaced to azure-spring-boot-starter pom when no milestone tag. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot-starter-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot-starter-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>
</dependencies>

Expand Down
10 changes: 0 additions & 10 deletions sdk/spring/azure-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Release History

## 3.15.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.14.0 (2022-02-28)
This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.2.

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot/pom.xml
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</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<packaging>jar</packaging>

<name>Azure Spring Boot AutoConfigure</name>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.15.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
<version>3.14.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down

0 comments on commit 6d19073

Please sign in to comment.