Pull request #166: RED-3116: Fix missing relativePath in mvn projects to leads to non working sync on latest intellij
Merge in RED/persistence-service from RED-3116-ps1 to master * commit 'c8d7ec0088e19cce781eb38742c9c405a4246ff0': RED-3116: Fix missing relativePath in mvn projects to leads to non working sync on latest intellij
This commit is contained in:
commit
4666614777
@ -6,6 +6,7 @@
|
||||
<groupId>com.iqser.red</groupId>
|
||||
<artifactId>platform-docker-dependency</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
<groupId>com.iqser.red</groupId>
|
||||
<artifactId>platform-dependency</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user