[Project] fixed maven build warning on wrong use of pom.version property

This commit is contained in:
Robert von Burg 2013-12-23 23:37:52 +01:00
parent 38ab6e054b
commit e3dc744cd5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<descriptor>src/assembly/bin.xml</descriptor> <descriptor>src/assembly/bin.xml</descriptor>
<finalName>tutorial-app-${pom.version}</finalName> <finalName>tutorial-app-${project.version}</finalName>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>