IDEMPIERE-4233:help plugin depend on idempiere.p2.parent has own groupId and version
This commit is contained in:
parent
ac5a3e7024
commit
79a17ec624
|
@ -539,9 +539,9 @@
|
||||||
</dependency-resolution>
|
</dependency-resolution>
|
||||||
<target>
|
<target>
|
||||||
<artifact>
|
<artifact>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>org.idempiere</groupId>
|
||||||
<artifactId>${idempiere.target}</artifactId>
|
<artifactId>${idempiere.target}</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>7.1.0-SNAPSHOT</version>
|
||||||
</artifact>
|
</artifact>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue