Fixing the assemblies to say project.version instead of version to stop '2.4.1' leaking through from the JVM properties. Also making it project.artifactId while I'm doing this.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@637007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2f0dda11d
commit
07b329c5fd
|
@ -22,7 +22,7 @@
|
|||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory>
|
||||
${artifactId}-${version}-src
|
||||
${project.artifactId}-${project.version}-src
|
||||
</baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
|
|
Loading…
Reference in New Issue