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:
parent
f7da7733e6
commit
8d4e6740eb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue