From 2aca2950f423d6b4444e56533b4de05992c1da89 Mon Sep 17 00:00:00 2001 From: bedroomghost Date: Mon, 21 Apr 2025 20:30:21 +0200 Subject: [PATCH] fix: Properly added relative paths to application and boot poms --- application/pom.xml | 2 +- boot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index 6487922..8f7a77b 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -12,7 +12,7 @@ com.techivw web-price 1.0-RELEASE - + ../pom.xml diff --git a/boot/pom.xml b/boot/pom.xml index a27a6b9..aaf3daf 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -8,7 +8,7 @@ com.techivw web-price 1.0-RELEASE - + ../pom.xml boot