You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2019/05/26 21:53:19 UTC

[ant-antlibs-antunit] branch master updated: Removed unnecessary http references

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

jkf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d4c28f  Removed unnecessary http references
3d4c28f is described below

commit 3d4c28fb10e765ee4f42e1c7d6dd205c38c23fe3
Author: jkf <jm...@famkruithof.net>
AuthorDate: Sun May 26 23:52:57 2019 +0200

    Removed unnecessary http references
---
 docs/antunit.html    | 2 +-
 project-template.pom | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/antunit.html b/docs/antunit.html
index ed75501..b7e35af 100644
--- a/docs/antunit.html
+++ b/docs/antunit.html
@@ -174,7 +174,7 @@ public class LogCapturer {
     <h4>propertyset</h4>
 
     <p><a
-    href="http://ant.apache.org/manual/Types/propertyset.html">&lt;propertyset&gt;</a>s
+    href="https://ant.apache.org/manual/Types/propertyset.html">&lt;propertyset&gt;</a>s
     can be used to pass properties to the build files under test.</p>
 
     <h4>reference</h4>
diff --git a/project-template.pom b/project-template.pom
index c5b76ad..42c56c6 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -39,8 +39,8 @@
 
   <!--
      Test doesn't work from maven, you have to fight with tricky classpath
-     issue to solve that See http://markmail.org/thread/6giwzqproxidcwyc
-     And http://markmail.org/thread/5bbknx6hm7liqvi6 (until it is solved, I
+     issue to solve that See https://markmail.org/thread/6giwzqproxidcwyc
+     And https://markmail.org/thread/5bbknx6hm7liqvi6 (until it is solved, I
      comment test setting)
     -->
   <properties>