File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
maven-api-cli/src/main/mdo
maven-api-plugin/src/main/mdo
maven-api-settings/src/main/mdo
maven-api-toolchain/src/main/mdo Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
<model xmlns =" http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
24
24
xsi : schemaLocation =" http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
25
25
xml.namespace=" http://maven.apache.org/EXTENSIONS/${version}"
26
- xml.schemaLocation=" http ://maven.apache.org/xsd/core-extensions-${version}.xsd" >
26
+ xml.schemaLocation=" https ://maven.apache.org/xsd/core-extensions-${version}.xsd" >
27
27
28
28
<id >core-extensions</id >
29
29
<name >CoreExtensions</name >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ under the License.
20
20
<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21
21
xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
22
22
xml.namespace="http://maven.apache.org/LIFECYCLE/${version}"
23
- xml.schemaLocation="http ://maven.apache.org/xsd/lifecycle-${version}.xsd">
23
+ xml.schemaLocation="https ://maven.apache.org/xsd/lifecycle-${version}.xsd">
24
24
<id>lifecycle</id>
25
25
<name>Lifecycle</name>
26
26
<description>
Original file line number Diff line number Diff line change 22
22
<model xmlns =" http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
23
xsi : schemaLocation =" http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
24
24
xml.namespace=" http://maven.apache.org/SETTINGS/${version}"
25
- xml.schemaLocation=" http ://maven.apache.org/xsd/settings-${version}.xsd" >
25
+ xml.schemaLocation=" https ://maven.apache.org/xsd/settings-${version}.xsd" >
26
26
<id >settings</id >
27
27
<name >Settings</name >
28
28
<description >
Original file line number Diff line number Diff line change 22
22
<model xmlns =" http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
23
xsi : schemaLocation =" http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
24
24
xml.namespace=" http://maven.apache.org/TOOLCHAINS/${version}"
25
- xml.schemaLocation=" http ://maven.apache.org/xsd/toolchains-${version}.xsd" >
25
+ xml.schemaLocation=" https ://maven.apache.org/xsd/toolchains-${version}.xsd" >
26
26
<id >toolchains</id >
27
27
<name >MavenToolchains</name >
28
28
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments