fix: Properly added relative paths to application and boot poms
This commit is contained in:
parent
11b9f698dd
commit
2aca2950f4
@ -12,7 +12,7 @@
|
|||||||
<groupId>com.techivw</groupId>
|
<groupId>com.techivw</groupId>
|
||||||
<artifactId>web-price</artifactId>
|
<artifactId>web-price</artifactId>
|
||||||
<version>1.0-RELEASE</version>
|
<version>1.0-RELEASE</version>
|
||||||
<relativePath/>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
<groupId>com.techivw</groupId>
|
<groupId>com.techivw</groupId>
|
||||||
<artifactId>web-price</artifactId>
|
<artifactId>web-price</artifactId>
|
||||||
<version>1.0-RELEASE</version>
|
<version>1.0-RELEASE</version>
|
||||||
<relativePath/>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>boot</artifactId>
|
<artifactId>boot</artifactId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user