You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2021/03/16 22:15:47 UTC

[flex-sdk] branch develop updated: downloads.xml: Maven repo downloads require https

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-sdk.git


The following commit(s) were added to refs/heads/develop by this push:
     new 414b9a3  downloads.xml: Maven repo downloads require https
414b9a3 is described below

commit 414b9a3e55effd243a697e614b702d1fa0b53efe
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Tue Mar 16 15:15:29 2021 -0700

    downloads.xml: Maven repo downloads require https
---
 modules/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/downloads.xml b/modules/downloads.xml
index c051657..64a2e8e 100644
--- a/modules/downloads.xml
+++ b/modules/downloads.xml
@@ -79,7 +79,7 @@
     <property name="commons-logging.name" value="commons-logging-1.0.4"/>
 	
     <property name="saxon9.jar" value="saxonb9-1-0-8.jar"/>
-    <property name="saxon9.download.url" value="http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar"/>
+    <property name="saxon9.download.url" value="https://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar"/>
     <property name="saxon9.notice.dir" value="${FLEX_HOME}/licenseParts/saxon9-NOTICES"/>
     
     <property name="xerces.dir" value="xerces-2_9_1"/>