Skip to content

Commit 4f11a56

Browse files
committed
Change http links to https.
1 parent 7699907 commit 4f11a56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<version>1.6.5-SNAPSHOT</version>
1111
<name>Passay Library</name>
1212
<description>Library for checking that a password complies with a custom set of rules</description>
13-
<url>http://www.passay.org</url>
13+
<url>https://www.passay.org</url>
1414
<issueManagement>
1515
<system>GitHub</system>
1616
<url>https://github.com/vt-middleware/passay/issues</url>
1717
</issueManagement>
1818
<licenses>
1919
<license>
2020
<name>Apache 2</name>
21-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
21+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
2222
</license>
2323
<license>
2424
<name>GNU Lesser General Public License</name>
25-
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
25+
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
2626
</license>
2727
</licenses>
2828
<scm>
@@ -35,7 +35,7 @@
3535
<name>Daniel Fisher</name>
3636
<email>[email protected]</email>
3737
<organization>Virginia Tech</organization>
38-
<organizationUrl>http://www.vt.edu</organizationUrl>
38+
<organizationUrl>https://www.vt.edu</organizationUrl>
3939
<roles>
4040
<role>developer</role>
4141
</roles>
@@ -45,7 +45,7 @@
4545
<name>Marvin S. Addison</name>
4646
<email>[email protected]</email>
4747
<organization>Virginia Tech</organization>
48-
<organizationUrl>http://www.vt.edu</organizationUrl>
48+
<organizationUrl>https://www.vt.edu</organizationUrl>
4949
<roles>
5050
<role>developer</role>
5151
</roles>

0 commit comments

Comments
 (0)