use commons.release.version property as instructed in http://wiki.apache.org/commons/UsingNexus
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1137088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0512c014e
commit
2d64d32596
|
@ -20,7 +20,7 @@
|
|||
<format>tar.gz</format>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
|
||||
<baseDirectory>${project.artifactId}-${commons.release.version}-src</baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<includes>
|
||||
|
|
Loading…
Reference in New Issue