You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/12/16 01:48:16 UTC

[2/6] git commit: [flex-sdk] [refs/heads/release4.14.0] - Fix Maven URL to avoid 'SSL' error due to redirect

Fix Maven URL to avoid 'SSL' error due to redirect

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3213c1b1
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3213c1b1
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/3213c1b1

Branch: refs/heads/release4.14.0
Commit: 3213c1b1de1a33997b22dde9880f8683c53620f3
Parents: c2628a2
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Dec 12 14:09:50 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Dec 12 14:11:10 2014 +0100

----------------------------------------------------------------------
 modules/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3213c1b1/modules/downloads.xml
----------------------------------------------------------------------
diff --git a/modules/downloads.xml b/modules/downloads.xml
index 82a0e6b..291b110 100644
--- a/modules/downloads.xml
+++ b/modules/downloads.xml
@@ -43,7 +43,7 @@
     <property name="velocity.zip.dir" value="velocity-1.4"/>
     <property name="velocity.dir" value="thirdparty/velocity"/>
     
-    <property name="maven.search.url" value="http://search.maven.org/remotecontent?filepath="/>
+    <property name="maven.search.url" value="https://search.maven.org/remotecontent?filepath="/>
     <property name="flexToolApi.name" value="flex-tool-api"/>
     <property name="flexToolApi.version" value="1.0.0"/>