Skip to content

Commit adf58a6

Browse files
committed
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
1 parent 5ea6a51 commit adf58a6

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/site/xdoc/guide/annotations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Annotations</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/async.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Asynchronous Parser</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/binder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Rules Binder</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/constructor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Constructor rule</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Core APIs</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/plugins.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Plugins</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/substitution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | Substitution</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/guide/xmlrules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121
<properties>
2222
<title>Apache Commons Digester | Guide | XML Rules</title>
2323
<author email="dev@commons.apache.org">Apache Commons Team</author>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<document xmlns="http://maven.apache.org/XDOC/2.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2121

2222
<properties>
2323
<title>Commons</title>

0 commit comments

Comments
 (0)