5 Commits

Author SHA1 Message Date
Mark Paluch
3ca17ec7ca Fix Javadoc directory after plugin upgrade.
See gh-913
2025-04-25 14:46:01 +02:00
Mark Paluch
fa4b6557d1 Polishing
Refine docs setup, remove changelog in favor of GitHub releases.

See gh-706
2022-05-27 15:45:25 +02:00
Spring Operator
6d776b1ed2 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 2 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 2 occurrences migrated to:
  https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences

Original pull request: #393.
2019-03-21 10:37:11 +01:00
Mark Paluch
aa0c3638af Post-release cleanups.
See gh-31.
2016-10-28 12:09:30 +02:00
Mark Paluch
d8e2c22ae1 Provide documenation as zip file.
Fixes gh-5.
2016-09-19 22:56:19 +02:00