You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/29 15:28:04 UTC

[commons-rng] branch master updated: Correct version variable name

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 <ah...@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."