fixed version property for Nexus

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1074297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-02-24 21:21:23 +00:00
parent f7da7733e6
commit 8d4e6740eb
1 changed files with 1 additions and 5 deletions

View File

@ -22,7 +22,7 @@
<format>zip</format>
</formats>
<baseDirectory>
${project.artifactId}-${project.version}-src
${project.artifactId}-${commons.release.version}-src
</baseDirectory>
<fileSets>
<fileSet>
@ -33,10 +33,6 @@
</fileSet>
<fileSet>
<directory>src</directory>
<excludes>
<exclude>**/mantissa/**</exclude>
<exclude>**/experimental/**</exclude>
</excludes>
</fileSet>
</fileSets>
</assembly>