Skip to content

Commit 37234a9

Browse files
committed
Use HTTPS in URL
1 parent 678fcde commit 37234a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/site/xdoc/development.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<p>
2929
The best sources of information are
30-
<a href="http://maven.apache.org/guides/plugin/guide-java-plugin-development.html">Developing Java Plugins for Maven 3.x</a>
31-
and <a href="http://www.sonatype.com/book/chapter-11.html">Maven: The Definitive Guide: Chapter 11 Writing Plugins</a>.
30+
<a href="https://maven.apache.org/guides/plugin/guide-java-plugin-development.html">Developing Java Plugins for Maven 3.x</a>
31+
and <a href="https://www.sonatype.com/book/chapter-11.html">Maven: The Definitive Guide: Chapter 11 Writing Plugins</a>.
3232
</p>
3333

3434
</section>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<section name="Release Plugin">
2929

3030
<p>
31-
This is a <a href="http://maven.apache.org/">Maven 3.x</a> Plugin which is
31+
This is a <a href="https://maven.apache.org/">Maven 3.x</a> Plugin which is
3232
used by <a href="https://commons.apache.org/">Apache Commons</a> releases. See
3333
the <a href="development.html">Development</a> page for information to
3434
help maintain this plugin.

src/site/xdoc/vote-txt.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
</p>
3838
<ul>
3939
<li>The goal is mapped to the ant script/target using the <code>vote-txt</code> mojo definition in the
40-
<a href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
40+
<a href="https://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
4141
<li>Executes the <code>vote-txt</code> target in
42-
<a href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
42+
<a href="https://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
4343
ant script</li>
44-
<li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/resources/commons-xdoc-templates/vote-txt-template.md">vote-txt-template.md</a>
44+
<li>Uses the <a href="https://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/resources/commons-xdoc-templates/vote-txt-template.md">vote-txt-template.md</a>
4545
template</li>
4646
<li>Uses the <a href="vote-txt-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li>
4747
</ul>

0 commit comments

Comments
 (0)