Author: schultz
Date: Wed Apr 19 20:33:09 2023
New Revision: 1909260

URL: http://svn.apache.org/viewvc?rev=1909260&view=rev
Log:
Use corret migration filename.

Modified:
    tomcat/site/trunk/tools/update-version.sh

Modified: tomcat/site/trunk/tools/update-version.sh
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1909260&r1=1909259&r2=1909260&view=diff
==============================================================================
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Wed Apr 19 20:33:09 2023
@@ -62,7 +62,7 @@ if [ "8.5" = "${MINOR_RELEASE}" ] ; then
 elif [ "9.0" = "${MINOR_RELEASE}" ] ; then
   MIGRATION_FILENAME=xdocs/migration-90.xml
 else
-  MIGRATION_FILENAME=xdocs/migration-${RELEASE}.xml
+  MIGRATION_FILENAME=xdocs/migration-${MINOR_RELEASE}.xml
 fi
 
 # build.properties.default



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to