IDEMPIERE-4233:help plugin depend on idempiere.p2.parent has own groupId and version

This commit is contained in:
hieplq 2020-04-06 16:04:11 +07:00 committed by Carlos Ruiz
parent ac5a3e7024
commit 79a17ec624
1 changed files with 2 additions and 2 deletions

View File

@ -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>