Author: sebb
Date: Tue Nov 22 13:53:22 2011
New Revision: 1204994

URL: http://svn.apache.org/viewvc?rev=1204994&view=rev
Log:
Ensure version does not get out of date

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

Modified: 
commons/proper/lang/trunk/src/main/resources/templates/release-notes.vm
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/resources/templates/release-notes.vm?rev=1204994&r1=1204993&r2=1204994&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/resources/templates/release-notes.vm 
(original)
+++ commons/proper/lang/trunk/src/main/resources/templates/release-notes.vm Tue 
Nov 22 13:53:22 2011
@@ -14,15 +14,15 @@
 ## KIND, either express or implied.  See the License for the
 ## specific language governing permissions and limitations
 ## under the License.
-                        
+
                         Apache ${project.name} Package
                             Version ${version}
-                              Release Notes
+                           Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for the 3.0.1 version of Apache 
Commons Lang.
+This document contains the release notes for the ${version} version of Apache 
Commons Lang.
 Commons Lang is a set of utility functions and reusable components that should 
be of use in any 
 Java environment.
 


Reply via email to