From 01c0d575c6b39bab91681c1da33c0f90194eb78d Mon Sep 17 00:00:00 2001 From: Lyn Elisa Goltz <goltz@lat-lon.de> Date: Thu, 11 Jan 2024 15:10:45 +0100 Subject: [PATCH] XPLANBOX-2216 - xplan-synthesizer -> xplan-core-synthesizer --- pom.xml | 2 +- xplan-core/xplan-core-manager/pom.xml | 2 +- xplan-core/xplan-core-validator/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3683d82f1..9d22c8365 100644 --- a/pom.xml +++ b/pom.xml @@ -1148,7 +1148,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>xplan-synthesizer</artifactId> + <artifactId>xplan-core-synthesizer</artifactId> <version>${project.version}</version> </dependency> <dependency> diff --git a/xplan-core/xplan-core-manager/pom.xml b/xplan-core/xplan-core-manager/pom.xml index 7e54ecb44..d6a5f1540 100644 --- a/xplan-core/xplan-core-manager/pom.xml +++ b/xplan-core/xplan-core-manager/pom.xml @@ -68,7 +68,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>xplan-synthesizer</artifactId> + <artifactId>xplan-core-synthesizer</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> diff --git a/xplan-core/xplan-core-validator/pom.xml b/xplan-core/xplan-core-validator/pom.xml index 8c478eb93..e5ab179f8 100644 --- a/xplan-core/xplan-core-validator/pom.xml +++ b/xplan-core/xplan-core-validator/pom.xml @@ -77,7 +77,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>xplan-synthesizer</artifactId> + <artifactId>xplan-core-synthesizer</artifactId> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> -- GitLab