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:
parent
39982aa264
commit
a369d36677
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.1.2</version>
|
||||
<relativePath></relativePath>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue