Author: centic Date: Sun Mar 8 08:28:04 2020 New Revision: 1874964 URL: http://svn.apache.org/viewvc?rev=1874964&view=rev Log: Use new URL for downloads of releases
See https://blogs.apache.org/infra/entry/more-secure-and-robust-downloads Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1874964&r1=1874963&r2=1874964&view=diff ============================================================================== --- poi/trunk/build.xml (original) +++ poi/trunk/build.xml Sun Mar 8 08:28:04 2020 @@ -1396,7 +1396,7 @@ under the License. </uptodate> </target> - <target name="compile-version" + <target name="compile-version" unless="version.java.notRequired" depends="init, -version-java-check" description="Compiles the version class"> @@ -2779,7 +2779,7 @@ under the License. <attribute name="pack"/> <sequential> <local name="baseurl"/> - <property name="baseurl" value="https://www.apache.org/dist/poi/release"/> + <property name="baseurl" value="https://downloads.apache.org/poi/release"/> <local name="basedyn"/> <property name="basedyn" value="https://www.apache.org/dyn/closer.lua/poi/release"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
