fix: Properly added relative paths to application and boot poms

This commit is contained in:
bedroomghost 2025-04-21 20:30:21 +02:00
parent 11b9f698dd
commit 2aca2950f4
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.0-RELEASE</version>
<relativePath/>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -8,7 +8,7 @@
<groupId>com.techivw</groupId>
<artifactId>web-price</artifactId>
<version>1.0-RELEASE</version>
<relativePath/>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>boot</artifactId>