Skip to content

Commit ed1a49b

Browse files
authored
Update README.md (#789)
1 parent 1b93b50 commit ed1a49b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For a deep dive into the project, refer to the Spring Cloud AWS documentation:
88

99
| Version | Reference Docs | API Docs |
1010
|----------------------------|------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
11-
| Spring Cloud AWS 3.0.0-RC2 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-RC2/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-RC2/apidocs/index.html) |
11+
| Spring Cloud AWS 3.0.0 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0/apidocs/index.html) |
1212
| Spring Cloud AWS 2.4.4 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.4.4/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.4.4/apidocs/index.html) |
1313
| Spring Cloud AWS 2.3.5 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.3.5/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.3.5/apidocs/index.html) |
1414

@@ -24,9 +24,9 @@ This project has dependency and transitive dependencies on Spring Projects. The
2424

2525
| Spring Cloud AWS | Spring Cloud | Spring Boot | Spring Framework | AWS Java SDK |
2626
|---------------------------|-----------------------------------------------------------------------------------------------------------------------|--------------|------------------|--------------|
27-
| 2.3.x (maintenance mode) | [2020.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes) (3.0/Illford) | 2.4.x, 2.5.x | 5.3.x | 1.x |
28-
| 2.4.x (maintenance mode) | [2021.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2021.0-Release-Notes) (3.1/Jubilee) | 2.6.x, 2.7.x | 5.3.x | 1.x |
29-
| 3.0.x (under development) | [2022.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2022.0-Release-Notes) (4.0/Kilburn) | 3.0.x | 6.0.x | 2.x |
27+
| 2.3.x (maintenance mode) | [2020.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes) (3.0/Illford) | 2.4.x, 2.5.x | 5.3.x | 1.x |
28+
| 2.4.x (maintenance mode) | [2021.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2021.0-Release-Notes) (3.1/Jubilee) | 2.6.x, 2.7.x | 5.3.x | 1.x |
29+
| 3.0.x (under maintenance and development) | [2022.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2022.0-Release-Notes) (4.0/Kilburn) | 3.0.x | 6.0.x | 2.x |
3030

3131
**Note**: 3.0.0-M2 is the last version compatible with Spring Boot 2.7.x and Spring Cloud 3.1. Starting from 3.0.0-M3, project has switched to Spring Boot 3.0.
3232

@@ -54,9 +54,6 @@ Note, that Spring provides support for other AWS services in following projects:
5454
- [Spring Cloud Config Server](https://github.com/spring-cloud/spring-cloud-config) supports AWS Parameter Store and Secrets Manager
5555
- [Spring Integration for AWS](https://github.com/spring-projects/spring-integration-aws)
5656

57-
## Current Efforts
58-
59-
We are working on Spring Cloud AWS 3.0 - a major release that includes moving to AWS SDK v2 and re-thinking most of the integrations.
6057

6158
## Checking out and building
6259

0 commit comments

Comments
 (0)