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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to