Skip to content

Commit

Permalink
Adjust some extension descriptions
Browse files Browse the repository at this point in the history
(cherry picked from commit 906ebcb)
  • Loading branch information
rsvoboda authored and gsmet committed Jul 18, 2022
1 parent ea60cf6 commit cd7d6d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit cd7d6d9

Please sign in to comment.