Pull request #25: RED-3116: Fix missing relativePath in mvn projects to leads to non working sync on latest intellij
Merge in RED/search-service from RED-3116-se1 to master * commit '19b9b6b5dc5e336346248ec14d86e9ebfbd90bbb': RED-3116: Fix missing relativePath in mvn projects to leads to non working sync on latest intellij
This commit is contained in:
commit
743130a7c8
@ -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>
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
<artifactId>platform-dependency</artifactId>
|
||||
<groupId>com.iqser.red</groupId>
|
||||
<version>1.3.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user