Skip to content

Commit f4f2f75

Browse files
committed
[MASSEMBLY-949] Correct links
1 parent dfe8904 commit f4f2f75

25 files changed

+38
-35
lines changed

src/main/mdo/assembly-component.mdo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
-->
2323

2424
<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
25+
xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
2626
xml.namespace="http://maven.apache.org/ASSEMBLY-COMPONENT/${version}"
27-
xml.schemaLocation="http://maven.apache.org/xsd/assembly-component-${version}.xsd">
27+
xml.schemaLocation="https://maven.apache.org/xsd/assembly-component-${version}.xsd">
2828

2929
<id>assembly-component</id>
3030
<name>Component</name>

src/main/mdo/assembly.mdo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
-->
2525

2626
<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27-
xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
27+
xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
2828
xml.namespace="http://maven.apache.org/ASSEMBLY/${version}"
29-
xml.schemaLocation="http://maven.apache.org/xsd/assembly-${version}.xsd">
29+
xml.schemaLocation="https://maven.apache.org/xsd/assembly-${version}.xsd">
3030

3131
<id>assembly</id>
3232
<name>Assembly</name>

src/main/resources/assemblies/bin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- START SNIPPET: bin -->
2222
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
24+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
2525
<id>bin</id>
2626
<formats>
2727
<format>tar.gz</format>

src/main/resources/assemblies/jar-with-dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- START SNIPPET: jar-with-dependencies -->
2222
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
24+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
2525
<!-- TODO: a jarjar format would be better -->
2626
<id>jar-with-dependencies</id>
2727
<formats>

src/main/resources/assemblies/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- START SNIPPET: project -->
2222
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
24+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
2525
<id>project</id>
2626
<formats>
2727
<format>tar.gz</format>

src/main/resources/assemblies/src.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- START SNIPPET: src -->
2121
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
2222
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
23+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
2424
<id>src</id>
2525
<formats>
2626
<format>tar.gz</format>

src/site/apt/advanced-descriptor-topics.apt.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
~~ under the License.
2525

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

2929
Advanced Assembly-Descriptor Topics
3030

src/site/apt/advanced-module-set-topics.apt.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
~~ under the License.
2525

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

2929
Advanced Module-Set Topics
3030

src/site/apt/descriptor-refs.apt.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
~~ under the License.
2727

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

3131
Pre-defined Descriptor Files
3232

@@ -60,7 +60,7 @@ Pre-defined Descriptor Files
6060

6161
Note that <<<jar-with-dependencies>>> provides only basic support for uber-jars.
6262
For more control, use the
63-
{{{http://maven.apache.org/plugins/maven-shade-plugin/} Maven Shade Plugin}}.
63+
{{{https://maven.apache.org/plugins/maven-shade-plugin/} Maven Shade Plugin}}.
6464

6565
Below is the <<<jar-with-dependencies>>> descriptor format:
6666

src/site/apt/examples/index.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
~~ under the License.
2525

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

2929
Examples
3030

0 commit comments

Comments
 (0)