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