Skip to content

Commit b72904d

Browse files
committed
HV-2020 Use https for hibernate.org URLs
1 parent 8def9dc commit b72904d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Guidelines for contributing to Hibernate Validator
44
Contributions from the community are essential in keeping Hibernate Validator strong and successful.
55
This guide focuses on how to contribute back to Hibernate Validator using GitHub pull requests.
66
If you need help with cloning, compiling or setting the project up in an IDE please refer to
7-
[this page](http://hibernate.org/validator/contribute/).
7+
[this page](https://hibernate.org/validator/contribute/).
88

99
## Legal
1010

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the metadata through the use of XML validation descriptors.
1515

1616
## Documentation
1717

18-
The documentation for this release is included in the _docs_ directory of the distribution package or can be accessed [online](http://hibernate.org/validator/documentation/).
18+
The documentation for this release is included in the _docs_ directory of the distribution package or can be accessed [online](https://hibernate.org/validator/documentation/).
1919

2020
## Release Notes
2121

@@ -76,7 +76,7 @@ You will also need a JDK 17+ and Maven 3 (>= 3.9.6). With these prerequisites in
7676

7777
mvn clean install
7878

79-
There are more build options available as well. For more information refer to [Contributing to Hibernate Validator](http://hibernate.org/validator/contribute/).
79+
There are more build options available as well. For more information refer to [Contributing to Hibernate Validator](https://hibernate.org/validator/contribute/).
8080

8181
## Continuous Integration
8282

@@ -86,10 +86,10 @@ We provide a `.travis.yml` file so that you can enable CI for your GitHub fork b
8686

8787
## Hibernate Validator URLs
8888

89-
* [Home Page](http://hibernate.org/validator/)
90-
* [Jakarta Validation Home](http://beanvalidation.org/)
89+
* [Home Page](https://hibernate.org/validator/)
90+
* [Jakarta Validation Home](https://beanvalidation.org/)
9191
* [Jakarta Validation Specs](https://jakarta.ee/specifications/bean-validation/)
92-
* [Downloads](http://hibernate.org/validator/downloads/)
93-
* [Mailing Lists](http://hibernate.org/community/)
92+
* [Downloads](https://hibernate.org/validator/downloads/)
93+
* [Mailing Lists](https://hibernate.org/community/)
9494
* [Issue Tracking](https://hibernate.atlassian.net/browse/HV)
9595
* [Continuous Integration](http://ci.hibernate.org/view/Validator/)

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<distributionManagement>
4343
<site>
4444
<id>site</id>
45-
<url>http://hibernate.org/validator</url>
45+
<url>https://hibernate.org/validator</url>
4646
</site>
4747
</distributionManagement>
4848

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<packaging>pom</packaging>
1919

2020
<name>Hibernate Validator Aggregator</name>
21-
<url>http://hibernate.org/validator</url>
21+
<url>https://hibernate.org/validator</url>
2222
<description>Aggregator of the Hibernate Validator modules.</description>
2323

2424
<developers>

0 commit comments

Comments
 (0)