diff options
author | Eric Barboni <skygo@apache.org> | 2022-05-09 01:41:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 09:41:49 +1000 |
commit | fc68a5a768722e0bbeaf68dbc6368921aaf3ebc8 (patch) | |
tree | 6979e5f91b4c55badef3992db0a7c9c19f404d13 /archiva-modules | |
parent | 7720f9bdafff07844e3fff17b6c27bfc41dd4e22 (diff) | |
download | archiva-fc68a5a768722e0bbeaf68dbc6368921aaf3ebc8.tar.gz archiva-fc68a5a768722e0bbeaf68dbc6368921aaf3ebc8.zip |
fix mailing list link on master branch (#89)
* fix mailing list on master branch
* Update archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/archiva/redback-security.properties
Co-authored-by: Olivier Lamy <olamy@apache.org>
* Update archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/security.properties
Co-authored-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'archiva-modules')
3 files changed, 5 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/security.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/security.properties index 2074ef020..3a59dc847 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/security.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/security.properties @@ -24,4 +24,4 @@ email.validation.subject=Welcome to Archiva # Feedback page -email.feedback.path=http://archiva.apache.org/mail-lists.html +email.feedback.path=https://archiva.apache.org/mailing-lists.html diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/archiva/redback-security.properties b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/archiva/redback-security.properties index bb883b18a..a870220e8 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/archiva/redback-security.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/archiva/redback-security.properties @@ -24,6 +24,6 @@ email.validation.subject=Welcome to Archiva # Feedback page -email.feedback.path=http://archiva.apache.org/mail-lists.html +email.feedback.path=https://archiva.apache.org/mailing-lists.html -email.url.path=index.html
\ No newline at end of file +email.url.path=index.html diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties index e805ce998..5e17a245c 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties @@ -24,9 +24,9 @@ email.validation.subject=Welcome to Archiva # Feedback page -email.feedback.path=http://archiva.apache.org/mail-lists.html +email.feedback.path=http://archiva.apache.org/mailing-lists.html email.url.path=index.html -rest.csrffilter.enabled=false
\ No newline at end of file +rest.csrffilter.enabled=false |