Author: sebb
Date: Thu Mar 25 15:56:26 2010
New Revision: 927459

URL: http://svn.apache.org/viewvc?rev=927459&view=rev
Log:
Use properties from pom.xml rather than fixed values

Modified:
    commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm

Modified: 
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm?rev=927459&r1=927458&r2=927459&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm 
(original)
+++ 
commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm 
Thu Mar 25 15:56:26 2010
@@ -113,9 +113,9 @@ o${action} #if($!issue != "") Issue: $is
 ## End of main loop
 #end
  
-For complete information on commons-math, including instructions on how to 
submit bug reports,
-patches, or suggestions for improvement, see the commons-math website:
+For complete information on ${project.name}, including instructions on how to 
submit bug reports,
+patches, or suggestions for improvement, see the Apache ${project.name} 
website:
 
-http://commons.apache.org/math/
+${project.url}
 
 


Reply via email to