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

Add descriptions to get propagated into quarkus-universe-bom json #9785

Merged
merged 1 commit into from
Jun 4, 2020
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
1 change: 1 addition & 0 deletions core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<artifactId>quarkus-core</artifactId>
<name>Quarkus - Core - Runtime</name>
<description>Quarkus core components</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions extensions/amazon-services/common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<artifactId>quarkus-amazon-common</artifactId>
<name>Quarkus - Amazon Services - Common - Runtime</name>
<description>Common components for AWS Lambda functions</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions extensions/elytron-security-common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<artifactId>quarkus-elytron-security-common</artifactId>
<name>Quarkus - Elytron Security - Common - Runtime</name>
<description>Common components to secure your applications via Elytron</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 1 addition & 0 deletions extensions/infinispan-embedded/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<artifactId>quarkus-infinispan-embedded</artifactId>
<name>Quarkus - Infinispan - Embedded - Runtime</name>
<description>Embed Infinispan into your Java application</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/smallrye-opentracing/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-smallrye-opentracing</artifactId>
<name>Quarkus - SmallRye OpenTracing - Runtime</name>
<description>Trace your services with Jaeger</description>
<description>Trace your services with SmallRye OpenTracing</description>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
Expand Down
1 change: 1 addition & 0 deletions extensions/vertx-graphql/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<artifactId>quarkus-vertx-graphql</artifactId>
<name>Quarkus - Quarkus - Vert.x GraphQL - Runtime</name>
<description>Query REST services using GraphQL</description>

<dependencies>
<dependency>
Expand Down