From 4178f71487e8c97d49a08af291d9a950fa703a9b Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 16 Jun 2023 11:33:52 -0500 Subject: [PATCH] [Docs] Update `Project Status` section Use discrete headings for version sections. See #412 --- spring-pulsar-docs/src/main/asciidoc/project-state.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-pulsar-docs/src/main/asciidoc/project-state.adoc b/spring-pulsar-docs/src/main/asciidoc/project-state.adoc index 84eba68c..817803f6 100644 --- a/spring-pulsar-docs/src/main/asciidoc/project-state.adoc +++ b/spring-pulsar-docs/src/main/asciidoc/project-state.adoc @@ -3,6 +3,7 @@ While the code and functionality of the framework is thoroughly tested and ready The evolution of the project (by version) is as follows: +[discrete] == Version 0.2.x All components (`the core + Spring Boot autoconfiguration + Spring Cloud Stream binder`) reside in the `spring-pulsar` Github repository. @@ -11,6 +12,7 @@ This is considered an "experimental" GA, defined as: - code and functionality is production ready, but decision has not been made to support the project permanently - available on Maven Central using a major version of `0` to indicate its nature +[discrete] == Version 1.0.x This is the "full" GA and the components are split as follows (in-progress):