Author: schultz
Date: Sat Mar 4 16:44:38 2023
New Revision: 1908067
URL: http://svn.apache.org/viewvc?rev=1908067&view=rev
Log:
Add echo
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=1908067&r1=1908066&r2=1908067&view=diff
==============================================================================
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Sat Mar 4 16:44:38 2023
@@ -88,6 +88,7 @@ sed -i '' -e "s/<td>${MINOR_RELEASE}\.[0
# sed -i '' -e
"s/<revision>${MINOR_RELEASE}\.[0-9]*<\/revision>/<revision>${NEW_RELEASE}<\/revision>/"
"xdocs/doap_Tomcat.rdf"
#
# We will do it in Perl
+echo "Patching xdocs/doap_Tomcat.rdf..."
"${SCRIPT_DIR}/doap.pl" "${NEW_RELEASE}" "${RELEASE_DATE}"
"xdocs/doap_Tomcat.rdf" > "xdocs/doap_Tomcat.rdf.new" && mv
"xdocs/doap_Tomcat.rdf.new" "xdocs/doap_Tomcat.rdf"
echo "Building release documents..."
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]