Skip to content

Commit 9d3cea5

Browse files
committed
Remove pre-1.0 versioning section from readme
1 parent 59b95c0 commit 9d3cea5

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.adoc

+1-15
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ Please refer to the https://rabbitmq.github.io/rabbitmq-stream-java-client/stabl
1818

1919
The library is stable and production-ready.
2020

21-
== Versioning
22-
23-
This library uses https://semver.org/[semantic versioning].
24-
2521
== Support
2622

2723
* For questions: https://groups.google.com/forum/#!forum/rabbitmq-users[RabbitMQ Users]
@@ -54,17 +50,7 @@ This library requires at least Java 11, but Java 21 or more is recommended.
5450

5551
== Versioning
5652

57-
The RabbitMQ Stream Java Client is in development and stabilization phase.
58-
When the stabilization phase ends, a 1.0.0 version will be cut, and
59-
https://semver.org/[semantic versioning] is likely to be enforced.
60-
61-
Before reaching the stable phase, the client will use a versioning scheme of `[0.MINOR.PATCH]` where:
62-
63-
* `0` indicates the project is still in a stabilization phase.
64-
* `MINOR` is a 0-based number incrementing with each new release cycle. It generally reflects significant changes like new features and potentially some programming interfaces changes.
65-
* `PATCH` is a 0-based number incrementing with each service release, that is bux fixes.
66-
67-
Breaking changes between releases can happen but will be kept to a minimum.
53+
This library uses https://semver.org/[semantic versioning].
6854

6955
== Build Instructions
7056

0 commit comments

Comments
 (0)