Skip to content

Commit fbf4b48

Browse files
authored
Increment package version appconfiguration (Azure#23114)
* Increment package version after release of com.azure.spring azure-spring-cloud-appconfiguration-config * Increment package version after release of com.azure.spring azure-spring-cloud-starter-appconfiguration-config
1 parent 8dbca69 commit fbf4b48

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

eng/versioning/version_client.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ com.microsoft.azure:spring-cloud-azure-appconfiguration-config;1.3.0;1.4.0-beta.
138138
com.microsoft.azure:spring-cloud-azure-feature-management-web;1.3.0;1.4.0-beta.1
139139
com.microsoft.azure:spring-cloud-azure-feature-management;1.3.0;1.4.0-beta.1
140140
com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config;1.3.0;1.4.0-beta.1
141-
com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.0.0;2.1.0-beta.1
142-
com.azure.spring:azure-spring-cloud-appconfiguration-config;2.0.0-beta.2;2.0.0
141+
com.azure.spring:azure-spring-cloud-appconfiguration-config-web;2.0.0;2.0.1-beta.1
142+
com.azure.spring:azure-spring-cloud-appconfiguration-config;2.0.0;2.0.1-beta.1
143143
com.azure.spring:azure-spring-cloud-feature-management-web;2.0.0;2.1.0-beta.1
144144
com.azure.spring:azure-spring-cloud-feature-management;2.0.0;2.1.0-beta.1
145-
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.0.0-beta.2;2.0.0
145+
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.0.0;2.0.1-beta.1
146146
com.azure.spring:azure-identity-spring;1.7.0;1.8.0-beta.1
147147
com.azure.spring:azure-spring-boot-bom;3.6.0;3.7.0
148148
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.7.0;3.8.0-beta.1

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.1.0-beta.1 (Unreleased)
3+
## 2.0.1-beta.1 (Unreleased)
44

55

66
## 2.0.0 (2021-07-20)
@@ -14,4 +14,4 @@
1414
### Breaking Changes
1515
- Change group id from `com.microsoft.azure` to `com.azure.spring`.
1616
- Change artifact id from `spring-cloud-azure-appconfiguration-config-web` to `azure-spring-cloud-appconfiguration-config-web`.
17-
- Added a new Push based Refresh method. Two Spring Actuator endpoints have been added `appconfiguration-refresh` and `appconfiguration-refresh-bus`. The first triggers the cache to reset on configurations on an application. The second triggers a refresh on all instaces subscribed to the same Service Bus.
17+
- Added a new Push based Refresh method. Two Spring Actuator endpoints have been added `appconfiguration-refresh` and `appconfiguration-refresh-bus`. The first triggers the cache to reset on configurations on an application. The second triggers a refresh on all instances subscribed to the same Service Bus.

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
<groupId>com.azure.spring</groupId>
1414
<artifactId>azure-spring-cloud-appconfiguration-config-web</artifactId>
15-
<version>2.1.0-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
15+
<version>2.0.1-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
1616
<name>Azure Spring Cloud App Configuration Config Web</name>
1717
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>com.azure.spring</groupId>
2222
<artifactId>azure-spring-cloud-appconfiguration-config</artifactId>
23-
<version>2.0.0</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
23+
<version>2.0.1-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 2.0.1-beta.1 (Unreleased)
4+
5+
36
## 2.0.0 (2021-07-20)
47

58
* GA of 2.0.0 version, no changes from 2.0.0-beta.2 version.

sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/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-cloud-appconfiguration-config</artifactId>
15-
<version>2.0.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
15+
<version>2.0.1-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config;current} -->
1616
<name>Azure Spring Cloud App Configuration Config</name>
1717
<description>Integration of Spring Cloud Config and Azure App Configuration Service</description>
1818

sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 2.0.1-beta.1 (Unreleased)
4+
5+
36
## 2.0.0 (2021-07-20)
47

58
* GA of 2.0.0 version, no changes from 2.0.0-beta.2 version.

sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
<groupId>com.azure.spring</groupId>
1313
<artifactId>azure-spring-cloud-starter-appconfiguration-config</artifactId>
14-
<version>2.0.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
14+
<version>2.0.1-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
1515
<name>Azure Spring Cloud Starter App Configuration Config</name>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>com.azure.spring</groupId>
2020
<artifactId>azure-spring-cloud-appconfiguration-config-web</artifactId>
21-
<version>2.1.0-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
21+
<version>2.0.1-beta.1</version><!-- {x-version-update;com.azure.spring:azure-spring-cloud-appconfiguration-config-web;current} -->
2222
</dependency>
2323
<dependency>
2424
<groupId>com.azure.spring</groupId>

sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/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-cloud-starter-appconfiguration-config</artifactId>
27-
<version>2.0.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
27+
<version>2.0.1-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;current} -->
2828
</dependency>
2929
<dependency>
3030
<groupId>com.azure.spring</groupId>

0 commit comments

Comments
 (0)