Modified: websites/staging/bval/trunk/content/index.html ============================================================================== --- websites/staging/bval/trunk/content/index.html (original) +++ websites/staging/bval/trunk/content/index.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -166,7 +166,7 @@ h2:hover > .headerlink, h3:hover > .head <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -178,7 +178,7 @@ h2:hover > .headerlink, h3:hover > .head <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body>
Modified: websites/staging/bval/trunk/content/mailing-lists.html ============================================================================== --- websites/staging/bval/trunk/content/mailing-lists.html (original) +++ websites/staging/bval/trunk/content/mailing-lists.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -172,7 +172,7 @@ the Bean Validation source tree.</p> <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -184,7 +184,7 @@ the Bean Validation source tree.</p> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/obtaining-a-validator.html ============================================================================== --- websites/staging/bval/trunk/content/obtaining-a-validator.html (original) +++ websites/staging/bval/trunk/content/obtaining-a-validator.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -342,7 +342,7 @@ the method's return value should be vali <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -354,7 +354,7 @@ the method's return value should be vali <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/people.html ============================================================================== --- websites/staging/bval/trunk/content/people.html (original) +++ websites/staging/bval/trunk/content/people.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -255,7 +255,7 @@ Wessendorf, and Niall Pemberton.</p> <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -267,7 +267,7 @@ Wessendorf, and Niall Pemberton.</p> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/privacy-policy.html ============================================================================== --- websites/staging/bval/trunk/content/privacy-policy.html (original) +++ websites/staging/bval/trunk/content/privacy-policy.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -172,7 +172,7 @@ us on the following mailing list <a href <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -184,7 +184,7 @@ us on the following mailing list <a href <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/release-management.html ============================================================================== --- websites/staging/bval/trunk/content/release-management.html (original) +++ websites/staging/bval/trunk/content/release-management.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -155,7 +155,7 @@ may be of interest.</p> <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -167,7 +167,7 @@ may be of interest.</p> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/release-process.html ============================================================================== --- websites/staging/bval/trunk/content/release-process.html (original) +++ websites/staging/bval/trunk/content/release-process.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -538,7 +538,7 @@ gpg: Signature made ... <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -550,7 +550,7 @@ gpg: Signature made ... <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/release-setup.html ============================================================================== --- websites/staging/bval/trunk/content/release-setup.html (original) +++ websites/staging/bval/trunk/content/release-setup.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -325,7 +325,7 @@ between SVN and password login for <code <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -337,7 +337,7 @@ between SVN and password login for <code <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/samples.html ============================================================================== --- websites/staging/bval/trunk/content/samples.html (original) +++ websites/staging/bval/trunk/content/samples.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -167,7 +167,7 @@ updated samples....</p> <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -179,7 +179,7 @@ updated samples....</p> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body> Modified: websites/staging/bval/trunk/content/version-info.html ============================================================================== --- websites/staging/bval/trunk/content/version-info.html (original) +++ websites/staging/bval/trunk/content/version-info.html Tue Sep 29 07:46:44 2020 @@ -46,14 +46,14 @@ under the License. <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="./resources/images/feather-small.png"> <title>Apache BVal</title> @@ -104,17 +104,17 @@ under the License. <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a> <ul class="dropdown-menu pull-right"> - <li><a href="http://www.apache.org">Home</a></li> - <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li> + <li><a href="https://www.apache.org">Home</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li> </ul> </li> </ul> - <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get"> + <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get"> <input value="bval.apache.org" name="sitesearch" type="hidden" /> <input class="search-query" name="q" id="query" type="text" /> </form> - <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script> + <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div><!--/.nav-collapse --> </div> </div> @@ -180,7 +180,7 @@ runtime environment, like:</p> <div class="container"> <footer> - <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. View our <a href="./privacy-policy.html">privacy policy</a>. </p> <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners. @@ -192,7 +192,7 @@ runtime environment, like:</p> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script> <script src="/resources/js/bootstrap.min.js"></script> </body>
