Skip to content

Commit

Permalink
Update project descriptions (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez authored Feb 8, 2024
1 parent 5b14c63 commit 405080a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion consul/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<artifactId>quarkus-config-consul-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>quarkus-config-consul</artifactId>
<name>Quarkus - Config Extensions - Consul - Runtime</name>
<description>Read runtime configuration from Consul Key - Value store</description>
<description>Read runtime configuration from a Consul Key - Value store</description>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "Consul Config"
description: "Read runtime configuration from a Consul Key - Value store: https://www.consul.io"
metadata:
keywords:
- "consul-client"
Expand Down
1 change: 1 addition & 0 deletions hocon/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<artifactId>quarkus-config-hocon</artifactId>
<name>Quarkus - Config Extensions - HOCON - Runtime</name>
<description>Read runtime configuration with HOCON</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "HOCON Config"
description: "Read runtime configuration with the HOCON format: https://github.com/lightbend/config"
metadata:
keywords:
- "config"
Expand Down
1 change: 1 addition & 0 deletions jasypt/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<artifactId>quarkus-config-jasypt</artifactId>
<name>Quarkus - Config Extensions - Jasypt - Runtime</name>
<description>Secret Key Handler for Jasypt</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "Jasypt Secret Keys Expressions"
description: "Secret Key Handler for Jasypt - ${jasypt::...}"
metadata:
keywords:
- "config"
Expand Down
4 changes: 3 additions & 1 deletion jdbc/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<artifactId>quarkus-config-jdbc-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>quarkus-config-jdbc</artifactId>
<name>Quarkus - Config Extensions - JDBC - Runtime</name>
<description>Consume your configuration from a JDBC datastore</description>
<description>Read runtime configuration from a JDBC Datasource</description>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Config JDBC
description: Read runtime configuration from a JDBC Datasource
metadata:
keywords:
- "config"
Expand Down

0 comments on commit 405080a

Please sign in to comment.