You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2013/02/02 08:48:30 UTC

svn commit: r1441712 - /tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm

Author: olamy
Date: Sat Feb  2 07:48:30 2013
New Revision: 1441712

URL: http://svn.apache.org/viewvc?rev=1441712&view=rev
Log:
use https as old maven version can have issues with redirect

Modified:
    tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm

Modified: tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm?rev=1441712&r1=1441711&r2=1441712&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm Sat Feb  2 07:48:30 2013
@@ -37,7 +37,7 @@ Testing SNAPSHOT
   <repositories>
     <repository>
       <id>apache.snapshots</id>
-      <url>http://repository.apache.org/content/repositories/snapshots</url>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
@@ -51,7 +51,7 @@ Testing SNAPSHOT
     <pluginRepository>
       <id>apache.snapshots</id>
       <name>Apache Snapshots</name>
-      <url>http://repository.apache.org/content/repositories/snapshots</url>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org