Fixing relative paths on notification service poms, changes not needed anymore since the project moved to a folder on its own

This commit is contained in:
Thomas Georgios Giannos 2024-01-25 13:12:25 +02:00
parent 39982aa264
commit a369d36677
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<groupId>gr.cite</groupId>
<artifactId>notification-service-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../notification-service/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>notification-web</artifactId>

View File

@ -7,7 +7,7 @@
<groupId>gr.cite</groupId>
<artifactId>notification-service-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../notification-service/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>notification</artifactId>

View File

@ -14,7 +14,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<relativePath></relativePath>
</parent>
<modules>