From 613820a218bb40c23430cb9802cda0fa42963bce Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Sat, 16 Aug 2014 14:52:34 -0700 Subject: [PATCH] Artifacts should be downloaded using https See http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index a04dd211c8..85f3e98f94 100644 --- a/readme.txt +++ b/readme.txt @@ -44,7 +44,7 @@ MAVEN REPOSITORY DOWNLOADS Release jars for the project are available from the central maven repository -http://repo1.maven.org/maven2/org/springframework/security/ +https://repo1.maven.org/maven2/org/springframework/security/ Note that milestone releases and snapshots are not uploaded to the central repository, but can be obtained from the Spring milestone repository, using the @@ -78,4 +78,4 @@ CONTRIBUTING Contributions are welcome. Please refer to the Contributor Guidelines for details - https://github.com/SpringSource/spring-security/wiki/Contributor-Guidelines \ No newline at end of file + https://github.com/SpringSource/spring-security/wiki/Contributor-Guidelines