Skip to content

Commit

Permalink
[secure] More https instead of http and correct some redirects / bad …
Browse files Browse the repository at this point in the history
…pages
  • Loading branch information
hazendaz committed Mar 14, 2020
1 parent 5d2032c commit 932024b
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<name>Rolf Kulemann</name>
<email>roku@apache.org</email>
<organization>NEO Business Partners</organization>
<organizationUrl>http://www.neo-partners.com</organizationUrl>
<organizationUrl>https://www.axians.de/de/portfolio/sap-solutions-technology/</organizationUrl>
<roles>
<role>Java Developer</role>
</roles>
Expand Down
2 changes: 1 addition & 1 deletion src/it/multi/modules/module-1/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<publishDate position="left" format="MM-dd-yyyy HH:MM"/>
<body>
<links>
<item name="Maven" href="http://maven.apache.org/"/>
<item name="Maven" href="https://maven.apache.org/"/>
</links>
${reports}
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/it/multi/modules/module-2/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<publishDate position="left" format="MM-dd-yyyy HH:MM"/>
<body>
<links>
<item name="Maven" href="http://maven.apache.org/"/>
<item name="Maven" href="https://maven.apache.org/"/>
</links>
${reports}
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package org.codehaus.mojo.spotbugs
* Generates a Spotbugs Report when the site plugin is run.
* The HTML report is generated for site commands only.
* To see more documentation about Spotbugs' options, please see the
* <a href="http://spotbugs.readthedocs.io/en/latest/">Spotbugs Manual.</a>
* <a href="https://spotbugs.readthedocs.io/en/latest/">Spotbugs Manual.</a>
*/
interface SpotBugsInfo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import org.codehaus.plexus.util.FileUtils
/**
* Fail the build if there were any SpotBugs violations in the source code.
* An XML report is put out by default in the target directory with the errors.
* To see more documentation about SpotBugs' options, please see the <a href="http://spotbugs.readthedocs.io/en/latest/" class="externalLink">SpotBugs Manual.</a>.
* To see more documentation about SpotBugs' options, please see the <a href="https://spotbugs.readthedocs.io/en/latest/" class="externalLink">SpotBugs Manual.</a>.
*
* @since 2.0
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/tools/jFormatString.pom
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<artifactId>jFormatString</artifactId>
<version>@Spotbugs.version@</version>
<packaging>jar</packaging>
<url>http://www.github.com/spotbugs/</url>
<url>https://www.github.com/spotbugs/</url>
<name>SpotBugs-jFormatString</name>
<description>jFormatString for Spotbugs</description>
<licenses>
<license>
<name>GNU Lesser Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/tools/spotbugs-annotations.pom
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<licenses>
<license>
<name>GNU Lesser Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/tools/spotbugs-ant.pom
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<licenses>
<license>
<name>GNU Lesser Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/main/tools/spotbugs.pom
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<licenses>
<license>
<name>GNU Lesser Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<url>https://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/multi-module-config.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html


Multimodule Configuration
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/violationChecking.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Violation Checking

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Usage
<version>${projectVersion}</version>
Expand Down
2 changes: 1 addition & 1 deletion src/site/fml/faq.fml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</p>
<p>
This may be addressed in the future by a module like
<a href="http://mojo.codehaus.org/dashboard-maven-plugin/">dashboard</a>
<a href="https://maven.apache.org/archives/maven-1.x/plugins/dashboard/">dashboard</a>
to get an aggregate report.
</p>
</answer>
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/examples/spotbugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h5>Project Documentation</h5>
</ul>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<a href="https://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>

Expand Down

0 comments on commit 932024b

Please sign in to comment.