Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: admin
-
Labels:None
Description
http://svn.osgeo.org/geotools/tags/8.0-RC2/README.html
The date and verion not updated
The docs required the version to be updated as well. The ones that we checked are
http://svn.osgeo.org/geotools/tags/8.0-RC2/docs/pom.xml
currently we have
<property name="project.version" value="8.0-RC1"/>
maybe it should be
<property name="project.version" value="$
"/>
http://svn.osgeo.org/geotools/tags/8.0-RC2/docs/common.py
http://svn.osgeo.org/geotools/tags/8.0-RC2/docs/user/tutorial/quickstart/artifacts/pom.xml
jody mentioned that during manual release the following ant script runs to update all the versions
http://svn.osgeo.org/geotools/tags/8.0-RC2/build/rename.xml
Hope that helps
# update versions
pushd build > /dev/null
sed -i 's/@VERSION@/'$tag'/g' rename.xml
ant -f rename.xml
popd > /dev/null
I think this section can be updated to fill in the current date, and update the substitutions used in the "docs" rename.xml target.