diff options
author | Eric Barboni <skygo@apache.org> | 2022-05-09 01:42:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 09:42:09 +1000 |
commit | 5608634ba149652d918f640455e1e115420aced9 (patch) | |
tree | 772e27e785c1f0c745d746f1e3466f50d13186c6 /archiva-modules | |
parent | b39bcb5690ce7d5bff3fd634210dc4923109a55c (diff) | |
download | archiva-5608634ba149652d918f640455e1e115420aced9.tar.gz archiva-5608634ba149652d918f640455e1e115420aced9.zip |
fix mailing list for next 2.x branch (#90)
Diffstat (limited to 'archiva-modules')
2 files changed, 3 insertions, 3 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 |