summaryrefslogtreecommitdiff
path: root/src/etc/poms/pom.xml
diff options
context:
space:
mode:
authorjkf <jm@famkruithof.net>2019-05-25 13:41:47 +0200
committerjkf <jm@famkruithof.net>2019-05-25 13:53:57 +0200
commit3a4980e3c4be56745964442abc01360b618e3a85 (patch)
tree91397d6beba9772e48d802d00c95c8719cd6fe69 /src/etc/poms/pom.xml
parent7af3b616206fb9b21f0c2e318140ccb020102ef8 (diff)
downloadant-3a4980e3c4be56745964442abc01360b618e3a85.tar.gz
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
Diffstat (limited to 'src/etc/poms/pom.xml')
-rw-r--r--src/etc/poms/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index 84a57a39e..ef34ee0bc 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -7,7 +7,7 @@
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -32,7 +32,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>