On 7 November 2013 14:37, <[email protected]> wrote: > Author: pmouawad > Date: Thu Nov 7 14:37:23 2013 > New Revision: 1539659 > > URL: http://svn.apache.org/r1539659 > Log: > Restore version after release
Seems wrong that this should be required. Maybe the build process needs tweaking so this file is not updated. I'll try and take a look later > Modified: > jmeter/trunk/xdocs/overview.html > > Modified: jmeter/trunk/xdocs/overview.html > URL: > http://svn.apache.org/viewvc/jmeter/trunk/xdocs/overview.html?rev=1539659&r1=1539658&r2=1539659&view=diff > ============================================================================== > --- jmeter/trunk/xdocs/overview.html (original) > +++ jmeter/trunk/xdocs/overview.html Thu Nov 7 14:37:23 2013 > @@ -18,7 +18,7 @@ > <!-- This file is copied into the Javadoc overview --> > <html> > <body> > -This is the documentation for Apache JMeter version 2.10 API. > -@version 2.10 > +This is the documentation for Apache JMeter version ${jmeter.version} API. > +@version ${jmeter.version} > </body> > </html> > \ No newline at end of file > >
