Author: rahul
Date: Wed Dec 31 00:23:38 2008
New Revision: 730344

URL: http://svn.apache.org/viewvc?rev=730344&view=rev
Log:
Work around an m2 bug by hardcoding the version in the source distro base 
directory.

Modified:
    commons/proper/digester/branches/1_X_LINE/src/assembly/src.xml

Modified: commons/proper/digester/branches/1_X_LINE/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/src/assembly/src.xml?rev=730344&r1=730343&r2=730344&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/src/assembly/src.xml (original)
+++ commons/proper/digester/branches/1_X_LINE/src/assembly/src.xml Wed Dec 31 
00:23:38 2008
@@ -21,7 +21,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
+  <baseDirectory>${project.artifactId}-1.8.1-src</baseDirectory>
   <fileSets>
     <fileSet>
       <includes>


Reply via email to