diff --git a/README.md b/README.md index 63b06662..fd4392e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is automatically enabled if `quarkus-artemis-core` is added as dependency wit ## Documentation -The documentation for this extension can be found [here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-artemis/dev/index.html). +The documentation for this extension can be found [here](https://docs.quarkiverse.io/quarkus-artemis/dev/index.html). ## Contributors ✨ diff --git a/core/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/core/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 8b982fef..2d7176c9 100644 --- a/core/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/core/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -7,5 +7,12 @@ metadata: - "artemis" categories: - "messaging" + guide: "https://docs.quarkiverse.io/quarkus-artemis/dev/index.html" config: - "quarkus.artemis." + short-name: "artemis-core" + status: "stable" + sponsors: + - "Red Hat" + - "Consol Software GmbH" + url: "https://github.com/quarkiverse/quarkus-artemis" \ No newline at end of file diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 5fb243ef..81a0321a 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -23,7 +23,7 @@ latest `2.x` a| `3.0.x` + `3.1.x` + -`3.2.x \<= 3.2.1` +`3.2.x` a| latest `3.0.x` a| diff --git a/jms/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/jms/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 9a84d8fd..38da9d4e 100644 --- a/jms/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/jms/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -7,6 +7,12 @@ metadata: - "artemis" categories: - "messaging" - guide: https://quarkiverse.github.io/quarkiverse-docs/quarkus-artemis/dev/index.html + guide: "https://docs.quarkiverse.io/quarkus-artemis/dev/index.html" config: - "quarkus.artemis." + short-name: "artemis-jms" + status: "stable" + sponsors: + - "Red Hat" + - "Consol Software GmbH" + url: "https://github.com/quarkiverse/quarkus-artemis" \ No newline at end of file