From 0fac6a77fd29683ba9986c03f0d3e1277bd21052 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Fri, 25 Oct 2024 13:33:04 +0200 Subject: [PATCH] feat!: update main branch to latest version (#225) --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ae0e579..66e49b2 100644 --- a/README.md +++ b/README.md @@ -11,22 +11,18 @@ Set of Quarkus extensions and libraries to speed up development of backend microservices. -## Compatibility +## Documentation -Tkit-Quarkus provides two different version streams, one compatible with Quarkus 2.x and the other compatible with Quarkus 3.x. +Please, see the latest released [documentation page](https://1000kit.github.io/tkit-quarkus/current/tkit-quarkus/index.html). -| Quarkus | Tkit-Quarkus | -|---------|------------------| -| 2.x | = 0.x | -| 3.2.x | = 1.x | -| > 3.3.x | >= 2.x | -| > 3.9.x | >= 2.18.0 (main) | +## Version -Use the latest version of the corresponding stream, [the list of versions is available on Maven Central](https://search.maven.org/artifact/org.tkit.quarkus.lib/tkit-quarkus-bom). +Branches: +* `main` - Quarkus latest version +* `2.x` - Quarkus 3.15 LTS -## Documentation +Use the latest version of the corresponding stream, [the list of versions is available on Maven Central](https://search.maven.org/artifact/org.tkit.quarkus.lib/tkit-quarkus-bom). -Please, see the latest released [documentation page](https://1000kit.github.io/tkit-quarkus/current/tkit-quarkus/index.html). ## Contributors ✨