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:08:24 UTC

[openoffice] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


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

commit ed5580f768e8fa444b6120a915b0ba3ff46754db
Author: Carl Marcum <ca...@codebuilders.net>
AuthorDate: Sat Sep 19 09:08:13 2020 -0400

    Refs #6 - updated junit url to https (#98)
---
 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">