Author: luc
Date: Thu Feb 24 21:21:23 2011
New Revision: 1074297

URL: http://svn.apache.org/viewvc?rev=1074297&view=rev
Log:
fixed version property for Nexus

Modified:
    commons/proper/math/branches/MATH_2_X/src/main/assembly/src.xml

Modified: commons/proper/math/branches/MATH_2_X/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/assembly/src.xml?rev=1074297&r1=1074296&r2=1074297&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/assembly/src.xml (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/assembly/src.xml Thu Feb 24 
21:21:23 2011
@@ -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>


Reply via email to