Author: hboutemy
Date: Sat Jun  8 07:27:40 2013
New Revision: 1490929

URL: http://svn.apache.org/r1490929
Log:
don't require multiple cr at each release-notes.txt, which is not intuitive: 
add cr in the concat loop

Modified:
    maven/site/trunk/content/apt/release-notes-3.x.apt.vm

Modified: maven/site/trunk/content/apt/release-notes-3.x.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/release-notes-3.x.apt.vm?rev=1490929&r1=1490928&r2=1490929&view=diff
==============================================================================
--- maven/site/trunk/content/apt/release-notes-3.x.apt.vm (original)
+++ maven/site/trunk/content/apt/release-notes-3.x.apt.vm Sat Jun  8 07:27:40 
2013
@@ -30,6 +30,8 @@ Release Notes - Maven 3.x
 
 #foreach ($v in $versions3x.split(","))
 #parse("docs/$v/release-notes.txt")
+
+
 #end
 
 


Reply via email to