You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/14 18:42:23 UTC

svn commit: r1743847 - in /maven/site/trunk: content/site.xml pom.xml

Author: hboutemy
Date: Sat May 14 18:42:23 2016
New Revision: 1743847

URL: http://svn.apache.org/viewvc?rev=1743847&view=rev
Log:
[MPOM-116] use https wherever possible

Modified:
    maven/site/trunk/content/site.xml
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1743847&r1=1743846&r2=1743847&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Sat May 14 18:42:23 2016
@@ -44,7 +44,6 @@ under the License.
   
   <body>
     <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/" /><!-- TODO remove when parent site.xml refers to https -->
       <item name="Maven"  href="https://maven.apache.org/index.html" />
     </breadcrumbs>
 

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1743847&r1=1743846&r2=1743847&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sat May 14 18:42:23 2016
@@ -31,7 +31,7 @@
   <packaging>pom</packaging>
 
   <name>Apache Maven Site</name>
-  <url>http://maven.apache.org/</url>
+  <url>https://maven.apache.org/</url>
 
   <prerequisites>
     <maven>3.0</maven>
@@ -39,9 +39,9 @@
 
   <!-- repeated here so that maven-site is not appended -->
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/site/trunk/</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/site/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/site/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/site/trunk/</url>
+    <url>https://svn.apache.org/viewvc/maven/site/trunk/</url>
   </scm>
 
   <issueManagement>
@@ -64,25 +64,15 @@
   </properties>
 
   <repositories>
-    <repository>
+    <repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
     </repository>
   </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
-  </pluginRepositories>
 
   <build>
     <pluginManagement>