mirror of https://github.com/apache/maven.git
o use ${pom.version} and not just ${version}
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@572213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee2c127c76
commit
5c5c39e8ec
|
@ -220,7 +220,7 @@ under the License.
|
|||
</goals>
|
||||
<configuration>
|
||||
<descriptor>src/main/assembly/bin.xml</descriptor>
|
||||
<finalName>maven-${version}</finalName>
|
||||
<finalName>maven-${pom.version}</finalName>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in New Issue