diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index edbec830a36..fb66f713ae0 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml index 834905ffd85..8d4bd209ed6 100644 --- a/maven-artifact/pom.xml +++ b/maven-artifact/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-builder-support/pom.xml b/maven-builder-support/pom.xml index de4b9dbb671..ce64159353c 100644 --- a/maven-builder-support/pom.xml +++ b/maven-builder-support/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml index 24bfbf1d4cf..87d4f3b6a21 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 73c53c4e980..12726bd136b 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-core/src/test/projects/default-maven/cyclic-reference/module-a/pom.xml b/maven-core/src/test/projects/default-maven/cyclic-reference/module-a/pom.xml index 56ec3412c71..ec8d8055c3b 100644 --- a/maven-core/src/test/projects/default-maven/cyclic-reference/module-a/pom.xml +++ b/maven-core/src/test/projects/default-maven/cyclic-reference/module-a/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-core/src/test/projects/default-maven/cyclic-reference/module-b/pom.xml b/maven-core/src/test/projects/default-maven/cyclic-reference/module-b/pom.xml index ffa4f347041..119fb5f16e1 100644 --- a/maven-core/src/test/projects/default-maven/cyclic-reference/module-b/pom.xml +++ b/maven-core/src/test/projects/default-maven/cyclic-reference/module-b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml b/maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml index e2666190530..38b9ff4f6e6 100644 --- a/maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml +++ b/maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cyclic-reference diff --git a/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml b/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml index 0f49e9ae53a..c19061ad966 100644 --- a/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml +++ b/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven diff --git a/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml b/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml index e7a383475dc..7d201a1e090 100644 --- a/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml +++ b/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven.plugins project-with-multiple-executions diff --git a/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml b/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml index 0f49e9ae53a..c19061ad966 100644 --- a/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml +++ b/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven diff --git a/maven-core/src/test/resources-project-builder/dependency-inheritance/pom.xml b/maven-core/src/test/resources-project-builder/dependency-inheritance/pom.xml index c2c061c3274..736b793c8e8 100644 --- a/maven-core/src/test/resources-project-builder/dependency-inheritance/pom.xml +++ b/maven-core/src/test/resources-project-builder/dependency-inheritance/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven diff --git a/maven-core/src/test/resources-project-builder/dependency-inheritance/sub/pom.xml b/maven-core/src/test/resources-project-builder/dependency-inheritance/sub/pom.xml index 788c5a72a62..aaf8e8e5ab5 100644 --- a/maven-core/src/test/resources-project-builder/dependency-inheritance/sub/pom.xml +++ b/maven-core/src/test/resources-project-builder/dependency-inheritance/sub/pom.xml @@ -10,7 +10,7 @@ governing permissions and limitations under the License. --> - + maven org.apache.maven diff --git a/maven-core/src/test/resources-project-builder/profile-plugins/pom.xml b/maven-core/src/test/resources-project-builder/profile-plugins/pom.xml index 32e94d739a4..f25e295310f 100644 --- a/maven-core/src/test/resources-project-builder/profile-plugins/pom.xml +++ b/maven-core/src/test/resources-project-builder/profile-plugins/pom.xml @@ -15,7 +15,7 @@ limitations under the License. --> - + 4.0.0 org.apache.maven diff --git a/maven-core/src/test/resources-project-builder/properties-no-duplication/pom.xml b/maven-core/src/test/resources-project-builder/properties-no-duplication/pom.xml index c74f4465edd..8893bd63be7 100644 --- a/maven-core/src/test/resources-project-builder/properties-no-duplication/pom.xml +++ b/maven-core/src/test/resources-project-builder/properties-no-duplication/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.apache.maven.its diff --git a/maven-core/src/test/resources-project-builder/properties-no-duplication/sub/pom.xml b/maven-core/src/test/resources-project-builder/properties-no-duplication/sub/pom.xml index 9241b8bb76a..799bb4c5687 100644 --- a/maven-core/src/test/resources-project-builder/properties-no-duplication/sub/pom.xml +++ b/maven-core/src/test/resources-project-builder/properties-no-duplication/sub/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 diff --git a/maven-core/src/test/resources/canonical-pom.xml b/maven-core/src/test/resources/canonical-pom.xml index 82bf8725d3f..2f23d1c8cdc 100644 --- a/maven-core/src/test/resources/canonical-pom.xml +++ b/maven-core/src/test/resources/canonical-pom.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 maven diff --git a/maven-core/src/test/resources/dependencyManagement-pom.xml b/maven-core/src/test/resources/dependencyManagement-pom.xml index 2accaca8d77..90a20532f70 100644 --- a/maven-core/src/test/resources/dependencyManagement-pom.xml +++ b/maven-core/src/test/resources/dependencyManagement-pom.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 maven diff --git a/maven-core/src/test/resources/distributionManagement-pom.xml b/maven-core/src/test/resources/distributionManagement-pom.xml index 1a8ee7ffd6f..3ac0199a4d1 100644 --- a/maven-core/src/test/resources/distributionManagement-pom.xml +++ b/maven-core/src/test/resources/distributionManagement-pom.xml @@ -20,7 +20,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 maven @@ -41,4 +41,4 @@ file:///path/to/repo - \ No newline at end of file + diff --git a/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml b/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml index fb2f91c367c..cd0a3d81712 100644 --- a/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml +++ b/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.maven diff --git a/maven-core/src/test/resources/pom.xml b/maven-core/src/test/resources/pom.xml index cf4c29c0cf3..b5e89715a9c 100644 --- a/maven-core/src/test/resources/pom.xml +++ b/maven-core/src/test/resources/pom.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.apache.maven diff --git a/maven-core/src/test/resources/projects/artifactMissingVersion.xml b/maven-core/src/test/resources/projects/artifactMissingVersion.xml index b87aa28d2ab..75adae455ea 100644 --- a/maven-core/src/test/resources/projects/artifactMissingVersion.xml +++ b/maven-core/src/test/resources/projects/artifactMissingVersion.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 markerTest testArtifactMissingVersion diff --git a/maven-core/src/test/resources/projects/badPom.xml b/maven-core/src/test/resources/projects/badPom.xml index 219ae946f8e..d2956591790 100644 --- a/maven-core/src/test/resources/projects/badPom.xml +++ b/maven-core/src/test/resources/projects/badPom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 some garbage maven project builder can't parse diff --git a/maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml b/maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml index 95ee353a0bb..f556904cabc 100644 --- a/maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml +++ b/maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml @@ -20,7 +20,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 maven diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml index 9c00974dc35..e5e02a90590 100644 --- a/maven-embedder/pom.xml +++ b/maven-embedder/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml index 3861eb4ccdd..f8e95a567db 100644 --- a/maven-model-builder/pom.xml +++ b/maven-model-builder/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/factory/complex.xml b/maven-model-builder/src/test/resources/poms/factory/complex.xml index 80060ffb437..99a47fceb89 100644 --- a/maven-model-builder/src/test/resources/poms/factory/complex.xml +++ b/maven-model-builder/src/test/resources/poms/factory/complex.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 test diff --git a/maven-model-builder/src/test/resources/poms/factory/simple.xml b/maven-model-builder/src/test/resources/poms/factory/simple.xml index 71900731c9a..f48aba3709f 100644 --- a/maven-model-builder/src/test/resources/poms/factory/simple.xml +++ b/maven-model-builder/src/test/resources/poms/factory/simple.xml @@ -21,7 +21,7 @@ under the License. + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 test diff --git a/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-child.xml index 88ccde4a534..4b0fa8a2619 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -28,4 +28,4 @@ under the License. 1 child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-expected.xml index 317aec81bf5..b6620e3413b 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -41,4 +41,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-parent.xml index ab2bea70f2d..e429fd82ac6 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance empty @@ -39,4 +39,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-child.xml index d7cc4d0b4f4..2ab32c31c47 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -31,4 +31,4 @@ under the License. inheritance Model urls inheritance test child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-expected.xml index 88fb1e236d1..0e99b878459 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-parent.xml index 3bf6ea8de51..2f4b13c3d22 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/flat-urls-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -46,4 +46,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-child.xml index 7031f448e13..1c3ff211328 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -40,4 +40,4 @@ under the License. child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-expected.xml index e82f2894b74..78b9cb34c1c 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-parent.xml index 9b923cd5a3e..e4e22a0e384 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -45,4 +45,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-child.xml index d7cc4d0b4f4..2ab32c31c47 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -31,4 +31,4 @@ under the License. inheritance Model urls inheritance test child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-expected.xml index e6f5ac4c5bb..21a1e47a02c 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-expected.xml @@ -20,7 +20,7 @@ under the License. --> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml index 8c964cf97c2..8dbe3e242ee 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml @@ -20,7 +20,7 @@ under the License. --> 4.0.0 @@ -49,4 +49,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-child.xml index dbf4dd48d0f..c3b79f3342d 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -40,4 +40,4 @@ under the License. reset - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-expected.xml index 4d8e683149d..5867078d686 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-expected.xml @@ -20,7 +20,7 @@ under the License. --> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-parent.xml index d2e2e71d78e..15dda7db92a 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-parent.xml @@ -20,7 +20,7 @@ under the License. --> 4.0.0 @@ -42,4 +42,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-child.xml index ccb2d917475..4dc9ef948d5 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -38,4 +38,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-expected.xml index a6a884d24ea..b3c6b8a784b 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-expected.xml @@ -20,7 +20,7 @@ under the License. --> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-parent.xml index d2e2e71d78e..15dda7db92a 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls3-parent.xml @@ -20,7 +20,7 @@ under the License. --> 4.0.0 @@ -42,4 +42,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml index feb3cb89c9a..e39bf70e5cc 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 child @@ -58,4 +58,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-expected.xml index 318ee4488a6..b969d4bd7c2 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance diff --git a/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-parent.xml index 2b973a159ef..4ecb2247545 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -86,4 +86,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml index ac036af355d..ee376f88697 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -31,4 +31,4 @@ under the License. child-artifact-id Model urls inheritance test child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml index f2a024eabdd..419ef7791dc 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml index 8a1d354b792..bd756396e7a 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -46,4 +46,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-child.xml index ac036af355d..ee376f88697 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -31,4 +31,4 @@ under the License. child-artifact-id Model urls inheritance test child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-expected.xml index 429ae38b98d..453a117133b 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml index 211abbed809..d425c08a788 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -46,4 +46,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/urls-child.xml b/maven-model-builder/src/test/resources/poms/inheritance/urls-child.xml index ac036af355d..ee376f88697 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/urls-child.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/urls-child.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -31,4 +31,4 @@ under the License. child-artifact-id Model urls inheritance test child - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/inheritance/urls-expected.xml b/maven-model-builder/src/test/resources/poms/inheritance/urls-expected.xml index 337063846f8..f1682abf471 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/urls-expected.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/urls-expected.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/maven-model-builder/src/test/resources/poms/inheritance/urls-parent.xml b/maven-model-builder/src/test/resources/poms/inheritance/urls-parent.xml index cbe768ac5bb..5acf1cc4db2 100644 --- a/maven-model-builder/src/test/resources/poms/inheritance/urls-parent.xml +++ b/maven-model-builder/src/test/resources/poms/inheritance/urls-parent.xml @@ -20,7 +20,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 inheritance @@ -46,4 +46,4 @@ under the License. scp://scp.domain.org/base/ - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus.xml index 35642d8bac0..3b9034aa9cf 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-sha1plus @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus2.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus2.xml index 7f9ab2c171a..182f69e13f0 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus2.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus2.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-sha1plus @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly.xml index 9288b359b17..6131ca91a33 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-wrong @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-latest.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-latest.xml index 7ed30ad1dfb..ead458d823e 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-latest.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-latest.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -34,4 +34,4 @@ under the License. This will test if the validation for the parent version is working correct in case of usage of LATEST - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-release.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-release.xml index 65fcc2671e6..0a0fe3c82a8 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-release.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-parent-version-release.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -34,4 +34,4 @@ under the License. This will test if the validation for the parent version is working correct in case of usage of RELEASE - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-artifactId-pluginManagement.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-artifactId-pluginManagement.xml index 194abf86e12..658f3305b5f 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-artifactId-pluginManagement.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-artifactId-pluginManagement.xml @@ -20,7 +20,7 @@ under the License. + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group testinvalidpom @@ -36,4 +36,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-ga-pluginManagement.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-ga-pluginManagement.xml index 4058dd64888..27c61523185 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-ga-pluginManagement.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-ga-pluginManagement.xml @@ -20,7 +20,7 @@ under the License. + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group testinvalidpom @@ -36,4 +36,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-groupId-pluginManagement.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-groupId-pluginManagement.xml index f3f23e6c2af..290550337fd 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-groupId-pluginManagement.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-groupId-pluginManagement.xml @@ -20,7 +20,7 @@ under the License. + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group testinvalidpom @@ -36,4 +36,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-plugin-version-pluginManagement.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-plugin-version-pluginManagement.xml index 94b1777a6c1..b1bc5e32573 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-plugin-version-pluginManagement.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/missing-plugin-version-pluginManagement.xml @@ -20,7 +20,7 @@ under the License. + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group testinvalidpom @@ -37,4 +37,4 @@ under the License. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-all-expressions.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-all-expressions.xml index 860b4827749..d796ead3f4a 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-all-expressions.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-all-expressions.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-sha1 @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-changelist.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-changelist.xml index f4a1da7f897..f5aa3d60af9 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-changelist.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-changelist.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-changelist @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-revision.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-revision.xml index 565cd7ba325..e3e73fc0705 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-revision.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-revision.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-revision @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-sha1.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-sha1.xml index 5287c99fabb..4ef6b4932c4 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-sha1.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-sha1.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group valid-version-sha1 @@ -28,4 +28,4 @@ under the License. This will test if the validation for the ci friendly versions is working correct. This c - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing-classifier.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing-classifier.xml index 099e501a2cc..2fc5dca6544 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing-classifier.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing-classifier.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group testvalidpom @@ -36,4 +36,4 @@ under the License. linux - \ No newline at end of file + diff --git a/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing.xml b/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing.xml index a902896dd7e..b5e03836821 100644 --- a/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing.xml +++ b/maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing.xml @@ -18,7 +18,7 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example.group testinvalidpom @@ -35,4 +35,4 @@ under the License. 0.0.1-SNAPSHOT - \ No newline at end of file + diff --git a/maven-model/pom.xml b/maven-model/pom.xml index a1505d429b2..bee2382218f 100644 --- a/maven-model/pom.xml +++ b/maven-model/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo index 77738f1000a..1f1f9d1864d 100644 --- a/maven-model/src/main/mdo/maven.mdo +++ b/maven-model/src/main/mdo/maven.mdo @@ -46,7 +46,7 @@ + xml.schemaLocation="https://maven.apache.org/xsd/maven-${version}.xsd"> maven Maven diff --git a/maven-model/src/site/apt/index.apt b/maven-model/src/site/apt/index.apt index 77ec5081b72..0010f4fb755 100644 --- a/maven-model/src/site/apt/index.apt +++ b/maven-model/src/site/apt/index.apt @@ -36,4 +36,4 @@ Maven Model * A {{{./maven.html}Descriptor Reference}} - * An XSD {{{http://maven.apache.org/xsd/maven-v3_0_0.xsd}for Maven 1.1}} and {{{http://maven.apache.org/xsd/maven-4.0.0.xsd}for Maven 2.0}}. + * An XSD {{{https://maven.apache.org/xsd/maven-v3_0_0.xsd}for Maven 1.1}} and {{{https://maven.apache.org/xsd/maven-4.0.0.xsd}for Maven 2.0}}. diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml index 80470c3f4fe..a4072667630 100644 --- a/maven-plugin-api/pom.xml +++ b/maven-plugin-api/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-repository-metadata/pom.xml b/maven-repository-metadata/pom.xml index f3e6588152c..5a93ab2f530 100644 --- a/maven-repository-metadata/pom.xml +++ b/maven-repository-metadata/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-resolver-provider/pom.xml b/maven-resolver-provider/pom.xml index 3180d9a7551..68f369061d9 100644 --- a/maven-resolver-provider/pom.xml +++ b/maven-resolver-provider/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-resolver-provider/src/test/resources/repo/ut/simple/artifact/1.0/artifact-1.0.pom b/maven-resolver-provider/src/test/resources/repo/ut/simple/artifact/1.0/artifact-1.0.pom index f8b72af51c4..5ed3ad83268 100644 --- a/maven-resolver-provider/src/test/resources/repo/ut/simple/artifact/1.0/artifact-1.0.pom +++ b/maven-resolver-provider/src/test/resources/repo/ut/simple/artifact/1.0/artifact-1.0.pom @@ -20,7 +20,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -45,4 +45,4 @@ sources - \ No newline at end of file + diff --git a/maven-resolver-provider/src/test/resources/repo/ut/simple/dependency/1.0/dependency-1.0.pom b/maven-resolver-provider/src/test/resources/repo/ut/simple/dependency/1.0/dependency-1.0.pom index c021dfac1ec..9410f6bcde1 100644 --- a/maven-resolver-provider/src/test/resources/repo/ut/simple/dependency/1.0/dependency-1.0.pom +++ b/maven-resolver-provider/src/test/resources/repo/ut/simple/dependency/1.0/dependency-1.0.pom @@ -20,7 +20,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ut.simple @@ -28,4 +28,4 @@ 1.0 Simple Unit Test Dependency - \ No newline at end of file + diff --git a/maven-resolver-provider/src/test/resources/repo/ut/simple/parent/1.0/parent-1.0.pom b/maven-resolver-provider/src/test/resources/repo/ut/simple/parent/1.0/parent-1.0.pom index ed64c9e6934..3751c150f74 100644 --- a/maven-resolver-provider/src/test/resources/repo/ut/simple/parent/1.0/parent-1.0.pom +++ b/maven-resolver-provider/src/test/resources/repo/ut/simple/parent/1.0/parent-1.0.pom @@ -20,7 +20,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 ut.simple @@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/maven-settings-builder/pom.xml b/maven-settings-builder/pom.xml index a6ac8fb1a5d..a12a880258b 100644 --- a/maven-settings-builder/pom.xml +++ b/maven-settings-builder/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-settings/pom.xml b/maven-settings/pom.xml index 3636f0fc5ba..7c96d4e17c5 100644 --- a/maven-settings/pom.xml +++ b/maven-settings/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/maven-slf4j-provider/pom.xml b/maven-slf4j-provider/pom.xml index fdf586088ad..085f5e52658 100644 --- a/maven-slf4j-provider/pom.xml +++ b/maven-slf4j-provider/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -97,4 +97,4 @@ under the License. - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 46f4926f7c5..36d3f4d46aa 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0