You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/01/06 13:58:45 UTC

[commons-codec] branch master updated: Fix links.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 2405989  Fix links.
2405989 is described below

commit 24059898ceb92d790f21f680730023b4ce3ab937
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 6 08:58:41 2020 -0500

    Fix links.
---
 RELEASE-NOTES.txt            | 2 +-
 src/changes/release-notes.vm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index be92e2d..37ddff7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -37,7 +37,7 @@ patches, or suggestions for improvement, see the Apache Apache Commons Codec web
 
 https://commons.apache.org/proper/commons-codec/
 
-Download page: https://commons.apache.org/proper/commons-codec/download_pool.cgi
+Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi
 
 -------------------------------------------------------------------------------
 
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index e27641a..c4de161 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -28,7 +28,7 @@ $release.description.replaceAll("  ", "
 ## set up indent sizes. Only change indent1
 #set($props=${project.properties})
 #set($jiralen=$props.get("commons.jira.id").length())
-## indent1 =   POOL-nnnn:
+## indent1 =   codec-nnnn:
 #set($blanklen=$jiralen+6)## +6 for "-nnnn:"
 ## must be at least as long as the longest JIRA id
 #set($blanks="                                  ")
@@ -102,4 +102,4 @@ patches, or suggestions for improvement, see the Apache ${project.name} website:
 
 ${project.url}
 
-Download page: ${project.url}download_pool.cgi
+Download page: ${project.url}download_codec.cgi