From b9e9c7224761f547befa92b621cd4443ec6b5ff3 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 11 Dec 2024 08:38:08 -0300 Subject: [PATCH 1/2] Fix POM configuration - Update project naming convention in POM files to follow the same convention in the extension. - Remove modules from the default reactor since they are already included in the profiles. --- extension/pom.xml | 4 ++-- pom.xml | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/extension/pom.xml b/extension/pom.xml index 6baf4a8..ae7cc87 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -8,12 +8,12 @@ ../pom.xml quarkus-infinispan-embedded-extension-parent - Quarkus Infinispan Embedded :: Extension Parent + Quarkus - Infinispan - Embedded :: Extension Parent pom deployment runtime - + diff --git a/pom.xml b/pom.xml index 147adc7..453f993 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,9 @@ quarkus-infinispan-embedded-parent 999-SNAPSHOT pom - Quarkus Infinispan Embedded - Parent + Quarkus - Infinispan - Embedded :: Parent extension - integration-tests - sample - docs scm:git:git@github.com:quarkiverse/quarkus-infinispan-embedded.git @@ -119,6 +116,7 @@ + integration-tests sample From 23d2745ffea148e145b648244bf34347efe6ef40 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 11 Dec 2024 08:40:35 -0300 Subject: [PATCH 2/2] Fix CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 87241cc..245be22 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,4 +11,4 @@ # In each subsection folders are ordered first by depth, then alphabetically. # This should make it easy to add new rules without breaking existing ones. -* @quarkiverse/quarkiverse-infinispan \ No newline at end of file +* @quarkiverse/quarkiverse-infinispan-embedded