Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust some extension descriptions #26737

Merged
merged 1 commit into from
Jul 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>quarkus-hibernate-reactive-panache-common</artifactId>
<name>Quarkus - Hibernate Reactive with Panache - Common - Runtime</name>
<description>Simplify your persistence code for Hibernate Reactive via the active record or the repository pattern</description>
<description>Common module to simplify your persistence code for Hibernate Reactive via the active record or the repository pattern</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/panache/mongodb-panache-kotlin/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-mongodb-panache-kotlin</artifactId>
<name>Quarkus - MongoDB with Panache - Kotlin Runtime</name>
<description>Simplify your persistence code for MongoDB via the active record or the repository pattern</description>
<description>Simplify your persistence code for MongoDB in Kotlin via the active record or the repository pattern</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/websockets/client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-websockets-client</artifactId>
<name>Quarkus - WebSockets Client - Runtime</name>
<description>WebSocket communication channel support</description>
<description>Client for WebSocket communication channel</description>

<dependencies>
<dependency>
Expand Down