Skip to content

Commit

Permalink
Merge pull request #9785 from rsvoboda/issues/9706
Browse files Browse the repository at this point in the history
Add descriptions to get propagated into quarkus-universe-bom json
  • Loading branch information
gastaldi authored Jun 4, 2020
2 parents 520103f + f9b92f7 commit 1c5a26b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
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

0 comments on commit 1c5a26b

Please sign in to comment.