|
|
@ -12,6 +12,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>i3plus-core-api</artifactId>
|
|
|
|
<artifactId>i3plus-core-api</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<version>1.0-${profileActive}-SNAPSHOT</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
@ -62,6 +63,6 @@
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
</profiles>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<finalName>${project.artifactId}-${profileActive}-${project.version}</finalName>
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
</project>
|
|
|
|
</project>
|