You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/09/19 13:10:01 UTC

[openoffice] branch AOO42X updated: Refs #6 - updated junit url to https (#98)

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

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


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

commit 8b543d73f43beae50577406d11d994fbaa97d0b8
Author: Carl Marcum <ca...@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 42dd950..1bda3eb 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">