Repository: maven Updated Branches: refs/heads/master 4de930038 -> 554650d3a
[MNG-5946] Fix links etc. in README.txt which is part of the delivery - Changed consistently to https cause all links are available via https. - Fixed link to shutdown codehaus jira Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/554650d3 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/554650d3 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/554650d3 Branch: refs/heads/master Commit: 554650d3a4c8d9ca92d67bd3b71b32476fbe2c3b Parents: 4de9300 Author: Karl Heinz Marbaise <[email protected]> Authored: Fri Dec 11 19:52:38 2015 +0100 Committer: Karl Heinz Marbaise <[email protected]> Committed: Fri Dec 11 19:53:59 2015 +0100 ---------------------------------------------------------------------- apache-maven/README.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/554650d3/apache-maven/README.txt ---------------------------------------------------------------------- diff --git a/apache-maven/README.txt b/apache-maven/README.txt index b05080d..b8f5fd4 100644 --- a/apache-maven/README.txt +++ b/apache-maven/README.txt @@ -69,11 +69,11 @@ Maven URLS ---------- - Home Page: http://maven.apache.org/ - Downloads: http://maven.apache.org/download.html - Release Notes: http://maven.apache.org/release-notes.html - Mailing Lists: http://maven.apache.org/mail-lists.html + Home Page: https://maven.apache.org/ + Downloads: https://maven.apache.org/download.html + Release Notes: https://maven.apache.org/docs/history.html + Mailing Lists: https://maven.apache.org/mail-lists.html Source Code: https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven - Issue Tracking: http://jira.codehaus.org/browse/MNG + Issue Tracking: https://issues.apache.org/jira/browse/MNG Wiki: https://cwiki.apache.org/confluence/display/MAVEN/ - Available Plugins: http://maven.apache.org/plugins/index.html + Available Plugins: https://maven.apache.org/plugins/index.html
