Skip to content

Commit 4e9bdbd

Browse files
authored
Update Spring Cloud Azure README.md (Azure#29475)
* Update README.md * Use x-version-update-start block to allow version upgrade in pom file
1 parent 5e78853 commit 4e9bdbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sdk/spring/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Spring Cloud Azure offers a convenient way to interact with **Azure** provided services using well-known Spring idioms and APIs for Spring developers.
44

55
- [Reference doc](https://aka.ms/spring/docs).
6-
- [Migration guide for 4.0](https://microsoft.github.io/spring-cloud-azure/4.0.0/reference/html/index.html#migration-guide-for-4-0).
6+
- [Migration guide for 4.0](https://aka.ms/spring/docs#migration-guide-for-4-0).
77

88
## Build from Source
99

@@ -130,19 +130,21 @@ Current binder implementations include:
130130

131131
If you’re a Maven user, add our BOM to your pom.xml `<dependencyManagement>` section. This will allow you to not specify versions for any of the Maven dependencies and instead delegate versioning to the BOM.
132132

133+
[//]: # ({x-version-update-start;com.azure.spring:spring-cloud-azure-dependencies;dependency})
133134
```xml
134135
<dependencyManagement>
135136
<dependencies>
136137
<dependency>
137138
<groupId>com.azure.spring</groupId>
138139
<artifactId>spring-cloud-azure-dependencies</artifactId>
139-
<version>4.0.0</version>
140+
<version>4.2.0</version>
140141
<type>pom</type>
141142
<scope>import</scope>
142143
</dependency>
143144
</dependencies>
144145
</dependencyManagement>
145146
```
147+
[//]: # ({x-version-update-end})
146148

147149
## Contributing
148150
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

0 commit comments

Comments
 (0)