This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 5f4e538a Correct version variable name 5f4e538a is described below commit 5f4e538a0b911427a10704778a4ed34c6de63532 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Nov 29 15:26:54 2022 +0000 Correct version variable name --- doc/release/copyLongTermJavadoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release/copyLongTermJavadoc.sh b/doc/release/copyLongTermJavadoc.sh index 0b0ebeae..47fa4c44 100755 --- a/doc/release/copyLongTermJavadoc.sh +++ b/doc/release/copyLongTermJavadoc.sh @@ -51,5 +51,5 @@ done echo -n "Copying long-term links ... " svnmucc -U https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng \ $CPLIST \ - -m "Commons RNG: Copying $RNG_RELEASE_VERSION apidocs to versioned directories for the long-term links." + -m "Commons RNG: Copying $VERSION apidocs to versioned directories for the long-term links." echo "Done."