From cd7d6d94a37c669bba9af684f1e8c6b3b7fa49e1 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Thu, 14 Jul 2022 17:30:28 +0200 Subject: [PATCH] Adjust some extension descriptions (cherry picked from commit 906ebcb895ae58a627129583641a603450e54301) --- .../panache/hibernate-reactive-panache-common/runtime/pom.xml | 2 +- extensions/panache/mongodb-panache-kotlin/runtime/pom.xml | 2 +- extensions/websockets/client/runtime/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml b/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml index e0ed9b77b4f6b..b600f48dc5044 100644 --- a/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml @@ -10,7 +10,7 @@ quarkus-hibernate-reactive-panache-common Quarkus - Hibernate Reactive with Panache - Common - Runtime - Simplify your persistence code for Hibernate Reactive via the active record or the repository pattern + Common module to simplify your persistence code for Hibernate Reactive via the active record or the repository pattern io.quarkus diff --git a/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml b/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml index c99660041c998..962592a648616 100644 --- a/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml +++ b/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-mongodb-panache-kotlin Quarkus - MongoDB with Panache - Kotlin Runtime - Simplify your persistence code for MongoDB via the active record or the repository pattern + Simplify your persistence code for MongoDB in Kotlin via the active record or the repository pattern io.quarkus diff --git a/extensions/websockets/client/runtime/pom.xml b/extensions/websockets/client/runtime/pom.xml index 64c99ed63c6fb..588a1e96866b7 100644 --- a/extensions/websockets/client/runtime/pom.xml +++ b/extensions/websockets/client/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-websockets-client Quarkus - WebSockets Client - Runtime - WebSocket communication channel support + Client for WebSocket communication channel