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/04/16 22:01:25 UTC

svn commit: r1739503 - /maven/pom/trunk/asf/pom.xml

Author: khmarbaise
Date: Sat Apr 16 20:01:25 2016
New Revision: 1739503

URL: http://svn.apache.org/viewvc?rev=1739503&view=rev
Log:
[MPOM-101] Use TLS by default for snapshot repository

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1739503&r1=1739502&r2=1739503&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sat Apr 16 20:01:25 2016
@@ -99,7 +99,7 @@ under the License.
     <repository>
       <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>