Skip to content

Commit

Permalink
HV-2020 Use https for hibernate.org URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Aug 5, 2024
1 parent 8def9dc commit b72904d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Guidelines for contributing to Hibernate Validator
Contributions from the community are essential in keeping Hibernate Validator strong and successful.
This guide focuses on how to contribute back to Hibernate Validator using GitHub pull requests.
If you need help with cloning, compiling or setting the project up in an IDE please refer to
[this page](http://hibernate.org/validator/contribute/).
[this page](https://hibernate.org/validator/contribute/).

## Legal

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the metadata through the use of XML validation descriptors.

## Documentation

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/).
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/).

## Release Notes

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

mvn clean install

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

## Continuous Integration

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

## Hibernate Validator URLs

* [Home Page](http://hibernate.org/validator/)
* [Jakarta Validation Home](http://beanvalidation.org/)
* [Home Page](https://hibernate.org/validator/)
* [Jakarta Validation Home](https://beanvalidation.org/)
* [Jakarta Validation Specs](https://jakarta.ee/specifications/bean-validation/)
* [Downloads](http://hibernate.org/validator/downloads/)
* [Mailing Lists](http://hibernate.org/community/)
* [Downloads](https://hibernate.org/validator/downloads/)
* [Mailing Lists](https://hibernate.org/community/)
* [Issue Tracking](https://hibernate.atlassian.net/browse/HV)
* [Continuous Integration](http://ci.hibernate.org/view/Validator/)
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<distributionManagement>
<site>
<id>site</id>
<url>http://hibernate.org/validator</url>
<url>https://hibernate.org/validator</url>
</site>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>pom</packaging>

<name>Hibernate Validator Aggregator</name>
<url>http://hibernate.org/validator</url>
<url>https://hibernate.org/validator</url>
<description>Aggregator of the Hibernate Validator modules.</description>

<developers>
Expand Down

0 comments on commit b72904d

Please sign in to comment.