Skip to content

Commit

Permalink
geosolutions-it#1438 Have binary package filename in accordance to re…
Browse files Browse the repository at this point in the history
…lease number
  • Loading branch information
fernandinand committed Feb 10, 2017
1 parent 01f9a75 commit a6778f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomcat.version>7.0.75</tomcat.version>
<release.number>${project.version}</release.number>
</properties>

<dependencies>
Expand Down Expand Up @@ -149,7 +150,7 @@
<descriptors>
<descriptor>bin.xml</descriptor>
</descriptors>
<finalName>mapstore2-${project.version}</finalName>
<finalName>mapstore2-${release.number}</finalName>
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
<executions>
Expand Down

0 comments on commit a6778f9

Please sign in to comment.