You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2022/08/07 17:38:50 UTC

svn commit: r1903271 - /ant/site/ivy/production/test/ivyconf-include-http-url.xml

Author: bodewig
Date: Sun Aug  7 17:38:50 2022
New Revision: 1903271

URL: http://svn.apache.org/viewvc?rev=1903271&view=rev
Log:
use https

Modified:
    ant/site/ivy/production/test/ivyconf-include-http-url.xml

Modified: ant/site/ivy/production/test/ivyconf-include-http-url.xml
URL: http://svn.apache.org/viewvc/ant/site/ivy/production/test/ivyconf-include-http-url.xml?rev=1903271&r1=1903270&r2=1903271&view=diff
==============================================================================
--- ant/site/ivy/production/test/ivyconf-include-http-url.xml (original)
+++ ant/site/ivy/production/test/ivyconf-include-http-url.xml Sun Aug  7 17:38:50 2022
@@ -17,5 +17,5 @@
    under the License.    
 -->
 <ivyconf>
-	<include url="http://incubator.apache.org/ivy/test/ivyconf.xml"/>
+	<include url="https://incubator.apache.org/ivy/test/ivyconf.xml"/>
 </ivyconf>