Skip to content

Commit ce79d3b

Browse files
committed
Fixup README
1 parent 277ee4e commit ce79d3b

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

Diff for: README.adoc

+13-20
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ image:https://github.com/olle/spring-query-response-amqp/workflows/Java%20CI/bad
55
**WIP: Driving the initial version from this README, please feel free to
66
provide feedback through issues.**
77

8-
_Coming in 2024: support only for the latest Spring Boot **CURRENT** version._
9-
108
Build safer and more resilient distributed services. Get the benefits of an
119
_always async_ approach to data exchange. Ensure decoupling of components. Be
1210
better prepared for system evolution. Create more scalable solutions. Change the
@@ -111,37 +109,32 @@ provided in Spring Boot. Therefore, there needs to be a living relationship
111109
between the generational release versions of Spring Boot and this project.
112110

113111
We will build and tag an initial version `0.9.x` as a _preliminary_ working
114-
version of Query/Response. This version is tracked in branches supporting the
115-
active Spring Boot versions, as well as the `main` branch.
116-
117-
* `main` -> Spring Boot 3.0.x
118-
* `spring-boot-2.7.x` -> Spring Boot 2.7.x
119-
* `spring-boot-2.6.x` -> Spring Boot 2.6.x
120-
* `spring-boot-2.5.x` -> Spring Boot 2.5.x
112+
version of Query/Response. This version will only support the current and latest
113+
version of Spring Boot, in our `main` branch.
121114

122-
From each branch there will be tagged releases, denoting the version of Spring
123-
Boot that it is built against. For example `0.9.0-SB2_3_6` means it was built
124-
with the Spring Boot `2.3.6.RELEASE` dependency.
115+
* `main` -> Spring Boot 3.3.x
125116

126117
There will be no other minor version increment under the initial major version
127118
`0.x.x`. The `0.9.x` version will be used to iron out bugs and gather feedback
128-
for an upcoming `1.0.0` version.
119+
for an upcoming stable `1.0.0` version.
129120

130121
=== No longer active
131122

132123
The following branches and versions are no longer actively supported or
133124
back-ported to. The intent is to never linger behind the list of active Spring
134125
Boot versions.
135126

136-
* `spring-boot-2.4.x` -> Spring Boot 2.4.x
137-
* `spring-boot-2.3.x` -> Spring Boot 2.3.x.RELEASE
138-
* `spring-boot-2.2.x` -> Spring Boot 2.2.x.RELEASE
139-
* `spring-boot-2.1.x` -> Spring Boot 2.1.x.RELEASE
140-
* `spring-boot-1.5.x` -> Spring Boot 1.5.x.RELEASE
127+
* `inactive/spring-boot-2.7.x` -> Spring Boot 2.7.x
128+
* `inactive/spring-boot-2.6.x` -> Spring Boot 2.6.x
129+
* `inactive/spring-boot-2.5.x` -> Spring Boot 2.5.x
130+
* `inactive/spring-boot-2.4.x` -> Spring Boot 2.4.x
131+
* `inactive/spring-boot-2.3.x` -> Spring Boot 2.3.x.RELEASE
132+
* `inactive/spring-boot-2.2.x` -> Spring Boot 2.2.x.RELEASE
133+
* `inactive/spring-boot-2.1.x` -> Spring Boot 2.1.x.RELEASE
134+
* `inactive/spring-boot-1.5.x` -> Spring Boot 1.5.x.RELEASE
141135

142136
Happy coding!
143137

144138
---
145139

146-
Spring and Spring Boot are trademarks of Pivotal Software, Inc. in the U.S. and
147-
other countries.
140+
Spring and Spring Boot is a trademark of Broadcom Inc. and/or its subsidiaries.

0 commit comments

Comments
 (0)