@@ -39,7 +39,7 @@ class PublishPluginFuncTest extends AbstractGradleFuncTest {
39
39
file(" build/distributions/hello-world-1.0.pom" ). exists()
40
40
assertXmlEquals(file(" build/distributions/hello-world-1.0.pom" ). text, """
41
41
<project xmlns="http://maven.apache.org/POM/4.0.0"
42
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd"
42
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd"
43
43
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
44
<modelVersion>4.0.0</modelVersion>
45
45
<groupId>org.acme</groupId>
@@ -96,7 +96,7 @@ class PublishPluginFuncTest extends AbstractGradleFuncTest {
96
96
file(" build/distributions/hello-world-plugin-1.0.pom" ). exists()
97
97
assertXmlEquals(file(" build/distributions/hello-world-plugin-1.0.pom" ). text, """
98
98
<project xmlns="http://maven.apache.org/POM/4.0.0"
99
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd"
99
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd"
100
100
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
101
101
<modelVersion>4.0.0</modelVersion>
102
102
<groupId>org.acme</groupId>
@@ -141,7 +141,7 @@ class PublishPluginFuncTest extends AbstractGradleFuncTest {
141
141
file(" build/distributions/hello-world-plugin-1.0.pom" ). exists()
142
142
assertXmlEquals(file(" build/distributions/hello-world-plugin-1.0.pom" ). text, """
143
143
<project xmlns="http://maven.apache.org/POM/4.0.0"
144
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd"
144
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd"
145
145
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
146
146
<modelVersion>4.0.0</modelVersion>
147
147
<groupId>org.acme</groupId>
@@ -202,7 +202,7 @@ class PublishPluginFuncTest extends AbstractGradleFuncTest {
202
202
file(" build/distributions/hello-world-1.0.pom" ). exists()
203
203
assertXmlEquals(file(" build/distributions/hello-world-1.0.pom" ). text, """
204
204
<project xmlns="http://maven.apache.org/POM/4.0.0"
205
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd"
205
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd"
206
206
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
207
207
<modelVersion>4.0.0</modelVersion>
208
208
<groupId>org.acme</groupId>
0 commit comments