Skip to content

Commit

Permalink
Rename artifacts with the quarkus- prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 20, 2021
1 parent 96401ea commit 2d8e553
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"contributorsPerLine": 7,
"projectName": "quarkiverse-logging-json",
"projectName": "quarkus-logging-json",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
Expand Down
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkiverse Logging JSON
name: Quarkus Logging JSON
release:
current-version: 0.2.3
next-version: 0.2.4-SNAPSHOT
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# Repo specific setting #
#########################

ECOSYSTEM_CI_REPO_PATH: quarkiverse-logging-json
ECOSYSTEM_CI_REPO_PATH: quarkus-logging-json

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.loggingjson/quarkiverse-logging-json?logo=apache-maven&style=for-the-badge)](https://search.maven.org/artifact/io.quarkiverse.loggingjson/quarkiverse-logging-json)
[![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.loggingjson/quarkus-logging-json?logo=apache-maven&style=for-the-badge)](https://search.maven.org/artifact/io.quarkiverse.loggingjson/quarkus-logging-json)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
# Quarkiverse Logging Json
# Quarkus Logging Json
Quarkus logging extension outputting the logging in json.

# Configuration
Expand Down Expand Up @@ -59,7 +59,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/SlyngDK"><img src="https://avatars2.githubusercontent.com/u/6666094?v=4" width="100px;" alt=""/><br /><sub><b>Simon Bengtsson</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkiverse-logging-json/commits?author=SlyngDK" title="Code">💻</a> <a href="#maintenance-SlyngDK" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/SlyngDK"><img src="https://avatars2.githubusercontent.com/u/6666094?v=4" width="100px;" alt=""/><br /><sub><b>Simon Bengtsson</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-logging-json/commits?author=SlyngDK" title="Code">💻</a> <a href="#maintenance-SlyngDK" title="Maintenance">🚧</a></td>
</tr>
</table>

Expand Down
8 changes: 4 additions & 4 deletions deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json-parent</artifactId>
<artifactId>quarkus-logging-json-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>quarkiverse-logging-json-deployment</artifactId>
<name>Logging in json with support for custom fields - Deployment</name>
<artifactId>quarkus-logging-json-deployment</artifactId>
<name>Quarkus Logging JSON - Deployment</name>

<dependencies>
<dependency>
Expand All @@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json</artifactId>
<artifactId>quarkus-logging-json</artifactId>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<!-- test dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class LoggingJsonProcessor {

private static final String FEATURE = "quarkiverse-logging-json";
private static final String FEATURE = "logging-json";

@BuildStep
FeatureBuildItem feature() {
Expand Down
10 changes: 5 additions & 5 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json-parent</artifactId>
<artifactId>quarkus-logging-json-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>quarkiverse-logging-json-integration-test</artifactId>
<name>Logging in json with support for custom fields - Integration test</name>
<artifactId>quarkus-logging-json-integration-test</artifactId>
<name>Quarkus Logging JSON - Integration test</name>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json</artifactId>
<artifactId>quarkus-logging-json</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down Expand Up @@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json-deployment</artifactId>
<artifactId>quarkus-logging-json-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</parent>

<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json-parent</artifactId>
<name>Quarkus - Logging Json - Parent</name>
<artifactId>quarkus-logging-json-parent</artifactId>
<name>Quarkus Logging JSON - Parent</name>
<version>0.2.4-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down
8 changes: 4 additions & 4 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json-parent</artifactId>
<artifactId>quarkus-logging-json-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>quarkiverse-logging-json</artifactId>
<name>Logging in json with support for custom fields - Runtime</name>
<description>Logging in json with support for custom fields</description>
<artifactId>quarkus-logging-json</artifactId>
<name>Quarkus Logging JSON - Runtime</name>
<description>Logging in JSON with support for custom fields</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 2d8e553

Please sign in to comment.