You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/02/13 11:42:51 UTC

svn commit: r1730176 - /maven/site/trunk/content/markdown/

Author: khmarbaise
Date: Sat Feb 13 10:42:50 2016
New Revision: 1730176

URL: http://svn.apache.org/viewvc?rev=1730176&view=rev
Log:
Using https consistently instead of http.

Modified:
    maven/site/trunk/content/markdown/code-quality-management.md
    maven/site/trunk/content/markdown/continuous-integration.md
    maven/site/trunk/content/markdown/issue-tracking.md
    maven/site/trunk/content/markdown/maven-1.x-eol.md
    maven/site/trunk/content/markdown/maven-jsr330.md
    maven/site/trunk/content/markdown/maven-logging.md
    maven/site/trunk/content/markdown/privacy-policy.md
    maven/site/trunk/content/markdown/project-roles.md
    maven/site/trunk/content/markdown/release-notes-all.md.vm
    maven/site/trunk/content/markdown/repository-management.md
    maven/site/trunk/content/markdown/security.md
    maven/site/trunk/content/markdown/settings.md
    maven/site/trunk/content/markdown/what-is-maven.md

Modified: maven/site/trunk/content/markdown/code-quality-management.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/code-quality-management.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/code-quality-management.md (original)
+++ maven/site/trunk/content/markdown/code-quality-management.md Sat Feb 13 10:42:50 2016
@@ -16,6 +16,6 @@ the Maven community:
 -   [Squale](http://www.squale.org/)
 -   [XRadar](http://xradar.sourceforge.net)
 
-[PMD]: http://maven.apache.org/plugns/maven-pmd-plugin/
-[Checkstyle]: http://maven.apache.org/plugns/maven-checkstyle-plugin/
-[JDepend]: http://mojohaus.org/jdepend-maven-plugin/
+[PMD]: https://maven.apache.org/plugns/maven-pmd-plugin/
+[Checkstyle]: https://maven.apache.org/plugns/maven-checkstyle-plugin/
+[JDepend]: https://mojohaus.org/jdepend-maven-plugin/

Modified: maven/site/trunk/content/markdown/continuous-integration.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/continuous-integration.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/continuous-integration.md (original)
+++ maven/site/trunk/content/markdown/continuous-integration.md Sat Feb 13 10:42:50 2016
@@ -5,12 +5,12 @@
 Following is an alphabetical list of some CI servers we've heard
 mentioned around the Maven community:
 
--   [Apache Continuum](http://continuum.apache.org/)
--   [Bamboo (Atlassian)](http://www.atlassian.com/software/bamboo/)
+-   [Apache Continuum](https://continuum.apache.org/)
+-   [Bamboo (Atlassian)](https://www.atlassian.com/software/bamboo/)
 -   [BuildHive (CouldBees)](https://buildhive.cloudbees.com/)
 -   [CODESHIP](https://codeship.com/)
--   [Cruise Control](http://cruisecontrol.sourceforge.net/)
--   [Hudson](http://hudson-ci.org/)
--   [Jenkins](http://jenkins-ci.org/)
--   [TeamCity (JetBrains)](http://www.jetbrains.com/teamcity/)
+-   [Cruise Control](https://cruisecontrol.sourceforge.net/)
+-   [Hudson](https://hudson-ci.org/)
+-   [Jenkins](https://jenkins-ci.org/)
+-   [TeamCity (JetBrains)](https://www.jetbrains.com/teamcity/)
 -   [Travis](https://travis-ci.org/)

Modified: maven/site/trunk/content/markdown/issue-tracking.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/issue-tracking.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/issue-tracking.md (original)
+++ maven/site/trunk/content/markdown/issue-tracking.md Sat Feb 13 10:42:50 2016
@@ -1,6 +1,6 @@
 ## Overview
 
-Maven projects use [JIRA](http://www.atlassian.com/software/jira) a
+Maven projects use [JIRA](https://www.atlassian.com/software/jira) a
 J2EE-based, issue tracking and project management application.
 
 ## Issue Tracking

Modified: maven/site/trunk/content/markdown/maven-1.x-eol.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/maven-1.x-eol.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/maven-1.x-eol.md (original)
+++ maven/site/trunk/content/markdown/maven-1.x-eol.md Sat Feb 13 10:42:50 2016
@@ -14,8 +14,8 @@ This means:
 -   the 1.x branch in svn will move from /maven/maven-1/ to
     /maven/archives/maven-1/
 -   the links to the 1.x documentation will be moved from
-    http://maven.apache.org/maven-1.x/ to
-    http://maven.apache.org/archives/maven-1.x/
+    https://maven.apache.org/maven-1.x/ to
+    https://maven.apache.org/archives/maven-1.x/
 
 The Apache Maven Team.
 

Modified: maven/site/trunk/content/markdown/maven-jsr330.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/maven-jsr330.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/maven-jsr330.md (original)
+++ maven/site/trunk/content/markdown/maven-jsr330.md Sat Feb 13 10:42:50 2016
@@ -204,7 +204,7 @@ annotations in our example.
 
 ```
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.plugins</groupId>
@@ -213,7 +213,7 @@ annotations in our example.
   <packaging>maven-plugin</packaging>
 
   <name>maven-jsr330-plugin Maven Plugin</name>
-  <url>http://maven.apache.org</url>
+  <url>https://maven.apache.org</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -331,14 +331,14 @@ public class Jsr330Mojo
 If you want to look at this example project, you can find the code [in Maven Core ITs][jsr330-plugin].
 
 [tesla-profiler]: https://github.com/tesla/tesla-profiler
-[p2g1]: http://www.sonatype.com/people/2010/01/from-plexus-to-guice-1-why-guice/
-[p2g2]: http://www.sonatype.com/people/2010/01/from-plexus-to-guice-2-the-guiceplexus-bridge-and-custom-bean-injection/
-[p2g3]: http://www.sonatype.com/people/2010/01/from-plexus-to-guice-3-creating-a-guice-bean-extension-layer/
-[jsr330]: http://www.jcp.org/en/jsr/detail?id=330
-[sisu]: http://eclipse.org/sisu/
-[plexus]: http://codehaus-plexus.github.io/
+[p2g1]: https://www.sonatype.com/people/2010/01/from-plexus-to-guice-1-why-guice/
+[p2g2]: https://www.sonatype.com/people/2010/01/from-plexus-to-guice-2-the-guiceplexus-bridge-and-custom-bean-injection/
+[p2g3]: https://www.sonatype.com/people/2010/01/from-plexus-to-guice-3-creating-a-guice-bean-extension-layer/
+[jsr330]: https://www.jcp.org/en/jsr/detail?id=330
+[sisu]: https://eclipse.org/sisu/
+[plexus]: https://codehaus-plexus.github.io/
 [plexus-container]: https://github.com/sonatype/plexus-containers
-[jsr330-plugin]: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-5382/
-[guice]: http://code.google.com/p/google-guice/
-[sisu-maven-plugin]: http://eclipse.org/sisu/docs/api/org.eclipse.sisu.mojos/
-[MNG-5343]: http://issues.apache.org/jira/browse/MNG-5343
+[jsr330-plugin]: https://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-5382/
+[guice]: https://code.google.com/p/google-guice/
+[sisu-maven-plugin]: https://eclipse.org/sisu/docs/api/org.eclipse.sisu.mojos/
+[MNG-5343]: https://issues.apache.org/jira/browse/MNG-5343

Modified: maven/site/trunk/content/markdown/maven-logging.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/maven-logging.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/maven-logging.md (original)
+++ maven/site/trunk/content/markdown/maven-logging.md Sat Feb 13 10:42:50 2016
@@ -137,8 +137,8 @@ See SLF4J documentation for more details
 
 [1]: http://slf4j.org
 [2]: http://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html
-[3]: http://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
+[3]: https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
 [4]: http://logback.qos.ch
 [5]: http://slf4j.org/apidocs/
-[6]: http://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/package-summary.html
+[6]: https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/package-summary.html
 [7]: http://www.slf4j.org/manual.html#swapping

Modified: maven/site/trunk/content/markdown/privacy-policy.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/privacy-policy.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/privacy-policy.md (original)
+++ maven/site/trunk/content/markdown/privacy-policy.md Sat Feb 13 10:42:50 2016
@@ -11,9 +11,9 @@ the following:
 5.  The addresses of pages from where you followed a link to our site.
 
 Part of this information is gathered using a tracking cookie set by the
-[Google Analytics](http://www.google.com/analytics/) service and handled
+[Google Analytics](https://www.google.com/analytics/) service and handled
 by Google as described in their [privacy
-policy](http://www.google.com/privacy.html). See your browser
+policy](https://www.google.com/privacy.html). See your browser
 documentation for instructions on how to disable the cookie if you
 prefer not to share this data with Google.
 

Modified: maven/site/trunk/content/markdown/project-roles.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/project-roles.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/project-roles.md (original)
+++ maven/site/trunk/content/markdown/project-roles.md Sat Feb 13 10:42:50 2016
@@ -129,7 +129,7 @@ consider taking a formal role in our pro
 
 ## Formal roles
 
-### [Committers](http://www.apache.org/foundation/how-it-works.html#committers)
+### [Committers](https://www.apache.org/foundation/how-it-works.html#committers)
 
 These are those people who have been given write access to the
 Apache Maven code repository and have a signed 
@@ -157,7 +157,7 @@ may decide that they want to become an a
 by informing the [project management committee][3]. The current
 policy is that committer role reinstatement is automatic.
 
-### [Project Management Committee](http://www.apache.org/foundation/how-it-works.html#pmc-members)
+### [Project Management Committee](https://www.apache.org/foundation/how-it-works.html#pmc-members)
 
 The Project Management Committee as a whole is the entity that 
 controls the project. Membership of the Project Management Committee 
@@ -288,7 +288,7 @@ bring the changes in their fork back to
 contribution may end up being rejected on the basis of the review of a
 large set of changes being too difficult/timeconsuming.
 
-### [Project Management Chair](http://www.apache.org/foundation/how-it-works.html#pmc-chair)
+### [Project Management Chair](https://www.apache.org/foundation/how-it-works.html#pmc-chair)
 
 For various legal reasons, there are certain things that the Apache 
 Software Foundation can only delegate to an officer of the foundation.
@@ -310,11 +310,11 @@ can act as an ultimate decision maker, h
 board of the foundation must already be well aware of the situation and
 should be actively monitoring the chair.
 
-  [1]: http://stackoverflow.com/questions/tagged/maven
+  [1]: https://stackoverflow.com/questions/tagged/maven
   [2]: mailto:users@maven.apache.org
   [3]: mailto:private@maven.apache.org
-  [4]: http://www.apache.org/licenses/#clas
+  [4]: https://www.apache.org/licenses/#clas
   [5]: /developers/index.html#Developers_Conventions
-  [6]: http://www.apache.org/legal/3party.html
-  [7]: http://www.apache.org/legal/3party.html#category-a
-  [8]: http://www.apache.org/legal/3party.html#category-b
+  [6]: https://www.apache.org/legal/3party.html
+  [7]: https://www.apache.org/legal/3party.html#category-a
+  [8]: https://www.apache.org/legal/3party.html#category-b

Modified: maven/site/trunk/content/markdown/release-notes-all.md.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/release-notes-all.md.vm?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/release-notes-all.md.vm (original)
+++ maven/site/trunk/content/markdown/release-notes-all.md.vm Sat Feb 13 10:42:50 2016
@@ -19,7 +19,7 @@
  under the License.
 
  NOTE: For help with the syntax of this file, see:
- http://maven.apache.org/doxia/references/apt-format.html
+ https://maven.apache.org/doxia/references/apt-format.html
 -->
 
 ## Release Notes

Modified: maven/site/trunk/content/markdown/repository-management.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/repository-management.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/repository-management.md (original)
+++ maven/site/trunk/content/markdown/repository-management.md Sat Feb 13 10:42:50 2016
@@ -34,9 +34,9 @@ The following list (alphabetical order)
  managers are known to support the repository format used by Maven. Please refer to the respective linked web sites for further information about repository management in general 
 and the features provided by these products.
 
-* <a href="http://archiva.apache.org/" target="_blank" rel="nofollow">Apache Archiva</a> (open source)
-* <a href="http://www.jfrog.com/open-source" target="_blank" rel="nofollow">JFrog Artifactory Open Source</a> (open source)
-* <a href="http://www.jfrog.com/artifactory/" target="_blank" rel="nofollow">JFrog Artifactory Pro</a> (commercial)
-* <a href="http://www.sonatype.org/nexus/go/" target="_blank" rel="nofollow">Sonatype Nexus OSS</a> (open source)
-* <a href="http://links.sonatype.com/products/nexus/pro/home" target="_blank" rel="nofollow">Sonatype Nexus Pro</a> (commercial)
+* <a href="https://archiva.apache.org/" target="_blank" rel="nofollow">Apache Archiva</a> (open source)
+* <a href="https://www.jfrog.com/open-source" target="_blank" rel="nofollow">JFrog Artifactory Open Source</a> (open source)
+* <a href="https://www.jfrog.com/artifactory/" target="_blank" rel="nofollow">JFrog Artifactory Pro</a> (commercial)
+* <a href="https://www.sonatype.org/nexus/go/" target="_blank" rel="nofollow">Sonatype Nexus OSS</a> (open source)
+* <a href="https://links.sonatype.com/products/nexus/pro/home" target="_blank" rel="nofollow">Sonatype Nexus Pro</a> (commercial)
 

Modified: maven/site/trunk/content/markdown/security.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/security.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/security.md (original)
+++ maven/site/trunk/content/markdown/security.md Sat Feb 13 10:42:50 2016
@@ -6,7 +6,7 @@ you should upgrade to an Apache Maven ve
 has been fixed.
 
 For more information about reporting vulnerabilities, see the [Apache
-Security Team](http://www.apache.org/security/) page.
+Security Team](https://www.apache.org/security/) page.
 
 ### CVE-2013-0253 Apache Maven 3.0.4
 
@@ -25,7 +25,7 @@ certificate checking, including: host na
 and certificate chain. Not validating the certificate introduces the
 possibility of a man-in-the-middle attack.
 
-[CVE-2013-0253](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0253)
+[CVE-2013-0253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0253)
 
 All users are recommended to upgrade to [Apache Maven
 3.0.5](./download.cgi) and Apache Maven Wagon 2.4.

Modified: maven/site/trunk/content/markdown/settings.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/settings.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/settings.md (original)
+++ maven/site/trunk/content/markdown/settings.md Sat Feb 13 10:42:50 2016
@@ -51,7 +51,7 @@ Here is an overview of the top elements
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       <localRepository/>
       <interactiveMode/>
       <usePluginRegistry/>
@@ -85,7 +85,7 @@ system that are active full-time.
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       <localRepository>${user.home}/.m2/repository</localRepository>
       <interactiveMode>true</interactiveMode>
       <usePluginRegistry>false</usePluginRegistry>
@@ -120,7 +120,7 @@ not provided in the command line. This l
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <pluginGroups>
         <pluginGroup>org.mortbay.jetty</pluginGroup>
@@ -145,7 +145,7 @@ information should exist on the build se
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <servers>
         <server>
@@ -192,7 +192,7 @@ page](./guides/mini/guide-encryption.htm
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <mirrors>
         <mirror>
@@ -214,7 +214,7 @@ page](./guides/mini/guide-encryption.htm
     URL.
 -   **mirrorOf**: The `id` of the repository that this is a mirror of.
     For example, to point to a mirror of the Maven `central` repository
-    (`http://repo.maven.apache.org/maven2/`), set this element to
+    (`https://repo.maven.apache.org/maven2/`), set this element to
     `central`. More advanced mappings like `repo1,repo2` or `*,!inhouse`
     are also possible. This must not match the mirror `id`.
 
@@ -226,7 +226,7 @@ Mirror Settings](./guides/mini/guide-mir
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <proxies>
         <proxy>
@@ -280,7 +280,7 @@ certain circumstances; those circumstanc
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <profiles>
         <profile>
@@ -317,11 +317,11 @@ all are required at once.
     version number that matches the prefix given. In the above example,
     `1.5.0_06` will match. Ranges are also supported as of Maven 2.1.
     See the
-    [maven-enforcer-plugin](http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html)
+    [maven-enforcer-plugin](https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html)
     for more details about supported ranges.
 -   **os**: The `os` element can define some operating system specific
     properties shown above. See the
-    [maven-enforcer-plugin](http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html)
+    [maven-enforcer-plugin](https://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html)
     for more details about OS values.
 -   **property**: The `profile` will activate if Maven detects a
     property (a value which can be dereferenced within the POM by
@@ -369,7 +369,7 @@ all accessible from the `settings.xml` f
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <profiles>
         <profile>
@@ -398,7 +398,7 @@ artifact.
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <profiles>
         <profile>
@@ -469,7 +469,7 @@ Maven can find new plugins.
     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                          http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
       ...
       <activeProfiles>
         <activeProfile>env-test</activeProfile>

Modified: maven/site/trunk/content/markdown/what-is-maven.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/what-is-maven.md?rev=1730176&r1=1730175&r2=1730176&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/what-is-maven.md (original)
+++ maven/site/trunk/content/markdown/what-is-maven.md Sat Feb 13 10:42:50 2016
@@ -1,6 +1,6 @@
 ## Introduction
 
-Maven, a [Yiddish word](http://en.wikipedia.org/wiki/Maven) meaning
+Maven, a [Yiddish word](https://en.wikipedia.org/wiki/Maven) meaning
 *accumulator of knowledge*, was originally started as an attempt to
 simplify the build processes in the Jakarta Turbine project. There were
 several projects each with their own Ant build files that were all