Skip to content

Commit

Permalink
Fix case of RESTEasy Reactive in module names
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jun 21, 2022
1 parent d6b7cc9 commit 48a0402
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>quarkus-resteasy-reactive-kotlin-serialization-deployment</artifactId>
<name>Quarkus - RestEasy Reactive Kotlin Serialization - Deployment</name>
<name>Quarkus - RESTEasy Reactive - Kotlin Serialization - Deployment</name>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-resteasy-reactive-kotlin-serialization-parent</artifactId>
<name>Quarkus - RestEasy Reactive Kotlin Serialization</name>
<name>Quarkus - RESTEasy Reactive - Kotlin Serialization</name>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-resteasy-reactive-kotlin-serialization</artifactId>
<name>Quarkus - RestEasy Reactive Kotlin Serialization - Runtime</name>
<name>Quarkus - RESTEasy Reactive - Kotlin Serialization - Runtime</name>
<description>Kotlin Serialization support for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/oidc-client-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-integration-test-oidc-client-reactive</artifactId>
<name>Quarkus - Integration Tests - OpenID Connect Client Reactive </name>
<description>Module that contains OpenID Connect Client tests using RestEasy Reactive</description>
<name>Quarkus - Integration Tests - OpenID Connect Client Reactive</name>
<description>Module that contains OpenID Connect Client tests using RESTEasy Reactive</description>

<properties>
<keycloak.url>http://localhost:8180/auth</keycloak.url>
Expand Down

0 comments on commit 48a0402

Please sign in to comment.