This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit b266b55eeca89371a621fba5558cb9c970d14880 Author: juanpablo <[email protected]> AuthorDate: Fri Mar 6 00:00:13 2020 +0100 use repo1.maven.org instead of search.maven.org, as the latter redirects to the former, to download appbundler --- jspwiki-portable/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jspwiki-portable/build.xml b/jspwiki-portable/build.xml index be9b056..0d67832 100644 --- a/jspwiki-portable/build.xml +++ b/jspwiki-portable/build.xml @@ -233,7 +233,7 @@ <target name="woas:download-appbundler-for-mac" description="Download the Mac OS X appbundler library"> <delete dir="${jspwiki.appbundler.install.dir}"/> <mkdir dir="${jspwiki.appbundler.install.dir}"/> - <get src="http://search.maven.org/remotecontent?filepath=com/panayotis/appbundler/1.1.0/appbundler-1.1.0.jar" dest="${jspwiki.appbundler.install.dir}/appbundler-1.1.0.jar"/> + <get src="https://repo1.maven.org/fromsearch?filepath=com/panayotis/appbundler/1.1.0/appbundler-1.1.0.jar" dest="${jspwiki.appbundler.install.dir}/appbundler-1.1.0.jar"/> </target> </project>
