This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 7f844d9  Refs #6 - updated junit url to https (#98)
7f844d9 is described below

commit 7f844d9fb4fe48b73b645fe76735f065229aa99c
Author: Carl Marcum <carl.mar...@codebuilders.net>
AuthorDate: Sat Sep 19 09:08:13 2020 -0400

    Refs #6 - updated junit url to https (#98)
    
    (cherry picked from commit ed5580f768e8fa444b6120a915b0ba3ff46754db)
---
 test/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/build.xml b/test/build.xml
index 3f75d80..96e5668 100644
--- a/test/build.xml
+++ b/test/build.xml
@@ -27,7 +27,7 @@
        <property name="junit.home" value="${env.JUNIT_HOME}" />
        <property name="dist.dir" value="." />
        <property name="dist.name" value="aoo_test" />
-       <property name="junit.jar.repos" 
value="http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar"; />
+       <property name="junit.jar.repos" 
value="https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar"; />
        
        <path id="uno.classpath">
                <fileset dir="${env.OUTDIR}/bin" erroronmissingdir="false">

Reply via email to