You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2020/01/08 13:55:39 UTC

svn commit: r1872506 - /db/derby/code/trunk/build.xml

Author: rhillegas
Date: Wed Jan  8 13:55:39 2020
New Revision: 1872506

URL: http://svn.apache.org/viewvc?rev=1872506&view=rev
Log:
DERBY-7065: Update the link which fetches the junit jar from http to https; commit epo1_protocol_update.diff patch submitted by Davide Grandi.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1872506&r1=1872505&r2=1872506&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Wed Jan  8 13:55:39 2020
@@ -217,7 +217,7 @@
 
 
    <!-- You can override this property in local.properties to fetch from an alternative location -->
-   <property name="junit.url" value="http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"/> 
+   <property name="junit.url" value="https://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"/> 
    <target name="junit_check">
        <!-- check if junit is set, if set, if junit.jar is really there, if not, error out  -->
        <fail message="junit property is set to ${junit}, but there is no junit.jar there.">