Author: rahul
Date: Tue May 13 18:22:45 2008
New Revision: 656075

URL: http://svn.apache.org/viewvc?rev=656075&view=rev
Log:
Hard code version in source assembly descriptor to work around m2 bug when 
releasing with JDK 1.4 (thanks to Niall Pemberton).

Modified:
    commons/proper/scxml/trunk/src/assembly/src.xml

Modified: commons/proper/scxml/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/assembly/src.xml?rev=656075&r1=656074&r2=656075&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/assembly/src.xml (original)
+++ commons/proper/scxml/trunk/src/assembly/src.xml Tue May 13 18:22:45 2008
@@ -20,7 +20,7 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-    <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
+    <baseDirectory>${project.artifactId}-0.8-src</baseDirectory>
     <fileSets>
         <fileSet>
             <includes>


Reply via email to