From 0bd90ab475870f29a29b5cfd2032e3b26b24a755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Fuch=C3=9F?= Date: Thu, 5 Dec 2024 11:07:21 +0100 Subject: [PATCH] Rename parents & reports --- framework/pom.xml | 2 +- pipeline-core/pom.xml | 2 +- pom.xml | 2 +- report/pom.xml | 6 +++--- tests-base/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/framework/pom.xml b/framework/pom.xml index 9c6f7b4ab..e9a7e3f98 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.ardoco.core - parent + parent-core ${revision} diff --git a/pipeline-core/pom.xml b/pipeline-core/pom.xml index e8a773cc1..7c6dbbfdc 100644 --- a/pipeline-core/pom.xml +++ b/pipeline-core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.ardoco.core - parent + parent-core ${revision} ../pom.xml diff --git a/pom.xml b/pom.xml index b86d86e5b..7884536da 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ io.github.ardoco.core - parent + parent-core ${revision} pom diff --git a/report/pom.xml b/report/pom.xml index 10b3820f1..be1c81ad4 100644 --- a/report/pom.xml +++ b/report/pom.xml @@ -3,14 +3,14 @@ 4.0.0 io.github.ardoco.core - parent + parent-core ${revision} ../pom.xml - report + report-core jar - Report + Report (Core) This module is used to create reports for SonarCloud and similar. diff --git a/tests-base/pom.xml b/tests-base/pom.xml index 875404eb5..e37b386fa 100644 --- a/tests-base/pom.xml +++ b/tests-base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.ardoco.core - parent + parent-core ${revision} ../pom.xml