Repository: flex-sdk Updated Branches: refs/heads/develop c2628a26a -> 3213c1b1d
Fix Maven URL to avoid 'SSL' error due to redirect Signed-off-by: Erik de Bruin <[email protected]> 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/develop Commit: 3213c1b1de1a33997b22dde9880f8683c53620f3 Parents: c2628a2 Author: Erik de Bruin <[email protected]> Authored: Fri Dec 12 14:09:50 2014 +0100 Committer: Erik de Bruin <[email protected]> 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"/>
