You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2019/05/25 14:11:57 UTC

[ant] branch master updated: Updated http references to https in text files in root directory, except WHATSNEW

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

jkf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new e824308  Updated http references to https in text files in root directory, except WHATSNEW
e824308 is described below

commit e82430817dfab4a5dde5de73bcfe24465ad4cf12
Author: jkf <jm...@famkruithof.net>
AuthorDate: Sat May 25 16:11:37 2019 +0200

    Updated http references to https in text files in root directory, except WHATSNEW
---
 CONTRIBUTING.md     |  6 +++---
 INSTALL             |  2 +-
 LICENSE             |  4 ++--
 NOTICE              |  2 +-
 README              |  8 ++++----
 ReleaseInstructions | 10 +++++-----
 STATUS              |  4 ++--
 7 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 12c17cf..5ad86b2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,11 +15,11 @@ Bugzilla issue or you use a github pull request.  We do not plan to
 use github issues, so if you are reporting a bug, please raise a
 [Bugzilla issue](https://issues.apache.org/bugzilla/).
 
-Before reporting a bug, please also review http://ant.apache.org/problems.html
+Before reporting a bug, please also review https://ant.apache.org/problems.html
 
 If you're planning to implement a new feature please discuss you're
 changes on the
-[dev list](http://ant.apache.org/mail.html#Developer%20List:%20dev@ant.apache.org)
+[dev list](https://ant.apache.org/mail.html#Developer%20List:%20dev@ant.apache.org)
 first. This way you can make sure you're not wasting your time on
 something that isn't considered to be in Ant's scope.
 
@@ -65,4 +65,4 @@ Submitting Changes
 + Alternatively push your changes to a topic branch in your fork of the repository.
   + Submit a pull request to the repository in the apache organization.
 
-[cla]:http://www.apache.org/licenses/#clas
+[cla]:https://www.apache.org/licenses/#clas
diff --git a/INSTALL b/INSTALL
index 6b50483..289e5b8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,2 +1,2 @@
 For installation instructions see the manual by opening manual/index.html
-or see it online at <http://ant.apache.org/manual/index.html>.
+or see it online at <https://ant.apache.org/manual/index.html>.
diff --git a/LICENSE b/LICENSE
index 368800d..0730854 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 /*
  *                                 Apache License
  *                           Version 2.0, January 2004
- *                        http://www.apache.org/licenses/
+ *                        https://www.apache.org/licenses/
  *
  *   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  *
@@ -203,7 +203,7 @@
  */
 
 W3C� SOFTWARE NOTICE AND LICENSE
-http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 
 This work (and included software, documentation such as READMEs, or other
 related items) is being provided by the copyright holders under the following
diff --git a/NOTICE b/NOTICE
index e32292e..87a19e1 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,7 +2,7 @@ Apache Ant
 Copyright 1999-2019 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).
 
 The <sync> task is based on code Copyright (c) 2002, Landmark
 Graphics Corp that has been kindly donated to the Apache Software
diff --git a/README b/README
index 6bda3b1..cff7e89 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@
   ------------------
 
   Details of the latest version can be found on the Apache Ant
-  Project web site <http://ant.apache.org/>.
+  Project web site <https://ant.apache.org/>.
 
 
   Documentation
@@ -72,7 +72,7 @@
   encryption software.  BEFORE using any encryption software, please 
   check your country's laws, regulations and policies concerning the
   import, possession, or use, and re-export of encryption software, to 
-  see if this is permitted.  See <http://www.wassenaar.org/> for more
+  see if this is permitted.  See <https://www.wassenaar.org/> for more
   information.
 
   The U.S. Government Department of Commerce, Bureau of Industry and
@@ -91,10 +91,10 @@
   For the SSH family of tasks (<sshexec> and <scp>) Ant requires the
   JSch <http://www.jcraft.com/jsch/index.html> library as well as the
   Java Cryptography extensions
-  <http://java.sun.com/javase/technologies/security/>.  Ant does not
+  <https://www.oracle.com/technetwork/java/javase/tech/index-jsp-136007.html>.  Ant does not
   include these libraries itself, but is designed to use them.
 
   Thanks for using Ant.
 
                                           The Apache Ant Project
-                                         <http://ant.apache.org/>
+                                         <https://ant.apache.org/>
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 3c5f1e5..8644e7d 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -27,7 +27,7 @@ Note: This document was adapted from the one created in the context of
     releases is needed.
 
     This document assumes you are familiar with git
-    http://git-scm.com/book/en/v2/
+    https://git-scm.com/book/en/v2/
     may be a good guide if you are not.
 
 2.  Ensure you have all the external libraries that Ant uses in your
@@ -127,7 +127,7 @@ Note: This document was adapted from the one created in the context of
     This script requires using commons-openpgp to sign the artefacts,
 
     This tool can be checked out from 
-    http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk
+    https://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk
     You have to build it using maven.
 
     $ mvn install
@@ -330,9 +330,9 @@ Note: This document was adapted from the one created in the context of
 
 Related Information
 
-http://www.apache.org/dev/#releases
-http://commons.apache.org/releases/index.html
-http://wiki.apache.org/commons/SigningReleases
+https://www.apache.org/dev/#releases
+https://commons.apache.org/releases/index.html
+https://wiki.apache.org/commons/SigningReleases
 
 Files containing version information
 ------------------------------------
diff --git a/STATUS b/STATUS
index 67ba9d8..8b6b710 100644
--- a/STATUS
+++ b/STATUS
@@ -17,7 +17,7 @@ Assets:
     Repositories:       ant.git
 
 PMC Members
- see http://ant.apache.org/contributors.html
+ see https://ant.apache.org/contributors.html
 
 Committers:
- see http://ant.apache.org/contributors.html
+ see https://ant.apache.org/contributors.html