Add gcube release number to the release filename.
This commit is contained in:
parent
7a13a64fb1
commit
2d0ad9bc35
5
pom.xml
5
pom.xml
|
@ -168,6 +168,9 @@
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>jenkins-releases</id>
|
<id>jenkins-releases</id>
|
||||||
|
<properties>
|
||||||
|
<gcube.release.number>${env.GCUBE_RELEASE_NUMBER}</gcube.release.number>
|
||||||
|
</properties>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>false</activeByDefault>
|
<activeByDefault>false</activeByDefault>
|
||||||
<property>
|
<property>
|
||||||
|
@ -231,7 +234,7 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<finalName>${project.artifactId}-${project.version}-${buildNumber}</finalName>
|
<finalName>${project.artifactId}-${project.version}-${gcube.release.number}-${buildNumber}</finalName>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue